[PATCH] D32929: [Doc] Fix LangRef links referred in GetElementPtr.rst
George Burgess IV via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 20 22:31:38 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL303499: [Docs] Fix LangRef links referred in GetElementPtr.rst (authored by gbiv).
Changed prior to commit:
https://reviews.llvm.org/D32929?vs=98042&id=99683#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32929
Files:
llvm/trunk/docs/GetElementPtr.rst
Index: llvm/trunk/docs/GetElementPtr.rst
===================================================================
--- llvm/trunk/docs/GetElementPtr.rst
+++ llvm/trunk/docs/GetElementPtr.rst
@@ -9,10 +9,11 @@
============
This document seeks to dispel the mystery and confusion surrounding LLVM's
-`GetElementPtr <LangRef.html#i_getelementptr>`_ (GEP) instruction. Questions
-about the wily GEP instruction are probably the most frequently occurring
-questions once a developer gets down to coding with LLVM. Here we lay out the
-sources of confusion and show that the GEP instruction is really quite simple.
+`GetElementPtr <LangRef.html#getelementptr-instruction>`_ (GEP) instruction.
+Questions about the wily GEP instruction are probably the most frequently
+occurring questions once a developer gets down to coding with LLVM. Here we lay
+out the sources of confusion and show that the GEP instruction is really quite
+simple.
Address Computation
===================
@@ -429,7 +430,8 @@
LLVM's type-based alias analysis pass uses metadata to describe a different type
system (such as the C type system), and performs type-based aliasing on top of
-that. Further details are in the `language reference <LangRef.html#tbaa>`_.
+that. Further details are in the
+`language reference <LangRef.html#tbaa-metadata>`_.
What happens if a GEP computation overflows?
--------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32929.99683.patch
Type: text/x-patch
Size: 1419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170521/70e1d405/attachment.bin>
More information about the llvm-commits
mailing list