summaryrefslogtreecommitdiffstats
path: root/docs/Lexicon.rst
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-07-14 19:52:36 +0000
committerSanjay Patel <spatel@rotateright.com>2014-07-14 19:52:36 +0000
commite0a56a0cf6cb89cdd6bbdee2c3a5030dd042b982 (patch)
tree3e7406b1c321685bbc510ae8cf32b35cf06292bd /docs/Lexicon.rst
parent7ceba3a1b0c9f3697740cbcbccc398927da055dc (diff)
fixed link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Lexicon.rst')
-rw-r--r--docs/Lexicon.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst
index fccfd5f85d8d..65b7a3e84cda 100644
--- a/docs/Lexicon.rst
+++ b/docs/Lexicon.rst
@@ -159,7 +159,7 @@ R
``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
Value with another by iterating over its def/use chain and fixing up all of
the pointers to point to the new value. See
- also `def/use chains <ProgrammersManual.html#iterate_chains>`_.
+ also `def/use chains <ProgrammersManual.html#iterating-over-def-use-use-def-chains>`_.
**Reassociation**
Rearranging associative expressions to promote better redundancy elimination