summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-15 00:43:35 +0000
committerChris Lattner <sabre@nondot.org>2006-08-15 00:43:35 +0000
commit33bef484ce90e4fcb4ec5791b94c1c86056f76ad (patch)
treec26c23f0c415f98598a7a17db23741f2eaa16fed /docs
parent3ca002bc17da7abb6258bd34f203eed4e5f9ca89 (diff)
downloadllvm-33bef484ce90e4fcb4ec5791b94c1c86056f76ad.tar.gz
llvm-33bef484ce90e4fcb4ec5791b94c1c86056f76ad.tar.bz2
llvm-33bef484ce90e4fcb4ec5791b94c1c86056f76ad.tar.xz
Add a link in a prominant location.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 6e0600be33..223e2b4346 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -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>