From e0de86c36c34542018dbaefd231bb4d1a2a7a181 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 May 2004 04:43:49 +0000 Subject: [PATCH] Add a link to the GC doc llvm-svn: 13708 --- llvm/docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 2429b86a30a3..26388bc66691 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -105,6 +105,7 @@ Instructions
  • LLVM Programmers Manual
  • Writing an LLVM Pass
  • Alias Analysis in LLVM
  • +
  • Accurate Garbage Collection with LLVM
  • Source Level Debugging with LLVM
  • TableGen Fundamentals