mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
fixed link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user