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
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 @@
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>
<!--=======================================================================-->