diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-11 06:13:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-11 06:13:31 +0000 |
commit | 4630e4ddcf70d22e231a2f7f30774aecfe15c3a0 (patch) | |
tree | 2c815965fde674b4aad1af36ca7575fa64b1a3fd /docs/index.html | |
parent | 6bd9f586d9158e6d2ceca978b7f50445220b2d25 (diff) |
the stacker doc is way out of date.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index f3dcb18500..28a56eb180 100644 --- a/docs/index.html +++ b/docs/index.html @@ -195,10 +195,6 @@ generator.</li> on how to write a new alias analysis implementation or how to use existing analyses.</li> -<li><a href="Stacker.html">The Stacker Chronicles</a> - This document -describes both the Stacker language and LLVM frontend, but also some details -about LLVM useful for those writing front-ends.</li> - <li><a href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a> - The interfaces source-language compilers should use for compiling GC'd programs.</li> |