diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-25 18:16:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-25 18:16:03 +0000 |
commit | b02c08c2abb600899c84ff80df7b6bac622e3549 (patch) | |
tree | 09852dc220363b7e8add749be082b34a043220e3 /docs/index.html | |
parent | 010b1b2a0db5fe732b0d5d7c4ca15ae364ebe248 (diff) |
Merge the advanced getelementptr FAQ into the regular
getelementptr FAQ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 936eae16e3..28f4cded77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,9 +54,6 @@ Lifelong Program Analysis & Transformation</a> - Design overview.</li> Multi-Stage Optimization</a> - More details (quite old now).</li> <li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very frequent questions about LLVM's most frequently misunderstood instruction.</li> -<li><a href="AdvancedGetElementPtr.html">Advanced GetElementPtr FAQ</a> - Answers -to questions about the GetElementPtr operator for those who have made it through -the first FAQ.</li> </ul> <!--=======================================================================--> |