diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-08-15 00:43:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-08-15 00:43:35 +0000 |
| commit | 667c901622d33d4c607600bfdfe9ab067e17d062 (patch) | |
| tree | e9a4b81fcc2f3040bbc9c607d4d67b8b2eedb0c2 /llvm/docs/FAQ.html | |
| parent | 99908dc720506885725124ac53bb36f50a0c398e (diff) | |
| download | bcm5719-llvm-667c901622d33d4c607600bfdfe9ab067e17d062.tar.gz bcm5719-llvm-667c901622d33d4c607600bfdfe9ab067e17d062.zip | |
Add a link in a prominant location.
llvm-svn: 29689
Diffstat (limited to 'llvm/docs/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 6e0600be339..223e2b4346f 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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> |

