Add a link in a prominant location.
authorChris Lattner <sabre@nondot.org>
Tue, 15 Aug 2006 00:43:35 +0000 (00:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Aug 2006 00:43:35 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29689 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.html

index 6e0600be3397f383c7157704812b00aaa9a0701e..223e2b4346fcd29d2585374b801459ee019458e7 100644 (file)
@@ -427,6 +427,16 @@ rebuilding.</p>
   <a href="CompilerDriver.html">compiler driver</a> which simplifies the task
   of running optimizations, linking, and executable generation.</p>
 </div>
+
+<div class="question"><a name="langhlsupp">
+  <p>I don't understand the GetElementPtr
+      instruction. Help!</a></p>
+</div>
+<div class="answer">
+  <p>See <a href="GetElementPtr.html">The Often Misunderstood GEP
+   Instruction</a>.</li>
+</div>
+
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="cfe">Using the GCC Front End</a>