mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 16:31:33 +00:00
Fixed grammar (User's -> Users).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a4aa5a026
commit
c4f5bb0fde
@ -830,7 +830,7 @@ be aware of the <a href="#nameWarning">precaution above</a>.<p>
|
||||
<li><tt>void replaceAllUsesWith(Value *V)</tt><p>
|
||||
|
||||
This method traverses the use list of a <tt>Value</tt> changing all <a
|
||||
href="#User"><tt>User</tt>'s</a> of the current value to refer to "<tt>V</tt>"
|
||||
href="#User"><tt>User</tt>s</a> of the current value to refer to "<tt>V</tt>"
|
||||
instead. For example, if you detect that an instruction always produces a
|
||||
constant value (for example through constant folding), you can replace all uses
|
||||
of the instruction with the constant like this:<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user