summaryrefslogtreecommitdiff
path: root/docs/GetElementPtr.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
committerSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
commit7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b (patch)
tree8310c0df35be1a70eb50ceba9cd349b17ce69310 /docs/GetElementPtr.rst
parentf7f33ced956cf048e3984f550f422d8a7532a1f8 (diff)
downloadllvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.gz
llvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.bz2
llvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.xz
[docs] Clean up some more llvm-gcc stuff
Some references to llvm-gcc were so crusty that I wasn't sure how to proceed and so I've left them intact. I also slipped in a quick peephole fix to use a :doc: link instead of raw HTML link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GetElementPtr.rst')
-rw-r--r--docs/GetElementPtr.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GetElementPtr.rst b/docs/GetElementPtr.rst
index 306a2a87ef..91025d883f 100644
--- a/docs/GetElementPtr.rst
+++ b/docs/GetElementPtr.rst
@@ -77,7 +77,7 @@ therefore be indexed and requires an index operand. Consider this example:
...
munge(Array);
-In this "C" example, the front end compiler (llvm-gcc) will generate three GEP
+In this "C" example, the front end compiler (Clang) will generate three GEP
instructions for the three indices through "P" in the assignment statement. The
function argument ``P`` will be the first operand of each of these GEP
instructions. The second operand indexes through that pointer. The third