mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
fixed link
llvm-svn: 212977
This commit is contained in:
parent
a39248360a
commit
21e980408c
@ -159,7 +159,7 @@ R
|
|||||||
``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|
``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|
||||||
Value with another by iterating over its def/use chain and fixing up all of
|
Value with another by iterating over its def/use chain and fixing up all of
|
||||||
the pointers to point to the new value. See
|
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**
|
**Reassociation**
|
||||||
Rearranging associative expressions to promote better redundancy elimination
|
Rearranging associative expressions to promote better redundancy elimination
|
||||||
|
Loading…
Reference in New Issue
Block a user