[llvm-commits] CVS: llvm/www/docs/ProgrammersManual.html

Michael Brukman brukman at cs.uiuc.edu
Tue Sep 17 21:23:01 PDT 2002


Changes in directory llvm/www/docs:

ProgrammersManual.html updated: 1.26 -> 1.27

---
Log message:

Fixed grammar (User's -> Users).


---
Diffs of the changes:

Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.26 llvm/www/docs/ProgrammersManual.html:1.27
--- llvm/www/docs/ProgrammersManual.html:1.26	Tue Sep 17 17:43:00 2002
+++ llvm/www/docs/ProgrammersManual.html	Tue Sep 17 21:21:57 2002
@@ -830,7 +830,7 @@
 <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>





More information about the llvm-commits mailing list