diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2002-09-18 02:21:57 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-09-18 02:21:57 +0000 |
| commit | 1cf3c54f04d3d1ade7ca149326e9da13cf8f6126 (patch) | |
| tree | de89a111a8962c52a0871cc6c937138e7f50dc60 /llvm/docs/ProgrammersManual.html | |
| parent | 9c485d216539fbae76882c83e5203f1b09d98933 (diff) | |
| download | bcm5719-llvm-1cf3c54f04d3d1ade7ca149326e9da13cf8f6126.tar.gz bcm5719-llvm-1cf3c54f04d3d1ade7ca149326e9da13cf8f6126.zip | |
Fixed grammar (User's -> Users).
llvm-svn: 3804
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
| -rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 93ee0f3f262..421f3021ed3 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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> |

