Teach LLVM about llgo subproject.
[oota-llvm.git] / docs / GetElementPtr.rst
index 3b57d78cf1ef43eb37daddb05f91b14aa76ec105..91025d883f27c409de90169bf2b796974622224e 100644 (file)
@@ -1,5 +1,3 @@
-.. _gep:
-
 =======================================
 The Often Misunderstood GEP Instruction
 =======================================
@@ -79,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