diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-17 22:47:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-17 22:47:06 +0000 |
commit | dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2 (patch) | |
tree | 47842023e7d3979e688c7b00d2bb5efd414827b0 /docs/index.html | |
parent | 69bfbd61c6a9f9f9a6fcddacc7a9be7e02ea9a2d (diff) | |
download | external_llvm-dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2.zip external_llvm-dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2.tar.gz external_llvm-dfecbe9b0c9f14f60bf285f9e62bbb1c728f09e2.tar.bz2 |
Add an "advanced" GetElementPtr FAQ document, with answers to
questions left unanswered by the first GetElementPtr FAQ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 28f4cde..936eae1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,6 +54,9 @@ 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> <!--=======================================================================--> |