[llvm] r212977 - fixed link
Sanjay Patel
spatel at rotateright.com
Mon Jul 14 12:52:36 PDT 2014
Author: spatel
Date: Mon Jul 14 14:52:36 2014
New Revision: 212977
URL: http://llvm.org/viewvc/llvm-project?rev=212977&view=rev
Log:
fixed link
Modified:
llvm/trunk/docs/Lexicon.rst
Modified: llvm/trunk/docs/Lexicon.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.rst?rev=212977&r1=212976&r2=212977&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.rst (original)
+++ llvm/trunk/docs/Lexicon.rst Mon Jul 14 14:52:36 2014
@@ -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
More information about the llvm-commits
mailing list