diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-10 20:15:58 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-10 20:15:58 +0000 |
commit | e00906fbc222c19b7ab84a817b2be46b87484e99 (patch) | |
tree | 5d230cb8ab6439c1bee0b1a0f2f46b7c0585b36e /docs/FAQ.html | |
parent | 6c8d90d65fa721d406c7a09a0045fa49254a9244 (diff) |
Answer the most frequently asked question, about GEPs. The answer is
sufficiently long that I placed it in a separate file but it links from
the FAQ page. More might need to be added to GetElementPtr.html to
address additional confusion surrounding GEP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 2ab00ac7e9..6e0600be33 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -60,6 +60,8 @@ <li><a href="#langs">What source languages are supported?</a></li> <li><a href="#langhlsupp">What support is there for higher level source language constructs for building a compiler?</a></li> + <li><a href="GetElementPtr.html">I don't understand the GetElementPtr + instruction. Help!</a></li> </ol> <li><a href="#cfe">Using the GCC Front End</a> |