[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 28 11:47:27 PST 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.86 -> 1.87
---
Log message:
cleanup my miswording
---
Diffs of the changes: (+3 -3)
LangRef.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.86 llvm/docs/LangRef.html:1.87
--- llvm/docs/LangRef.html:1.86 Mon Feb 28 13:24:19 2005
+++ llvm/docs/LangRef.html Mon Feb 28 13:47:14 2005
@@ -2520,8 +2520,8 @@
<p>
The '<tt>llvm.prefetch</tt>' intrinsic is a hint to the code generator to insert
a prefetch instruction if supported, otherwise it is a noop. Prefetches have no
-behavior affect on the program, but can change the performance characteristics
-of the code.
+effect on the behavior of the program, but can change its performance
+characteristics.
</p>
<h5>Arguments:</h5>
@@ -2971,7 +2971,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/02/28 19:24:19 $
+ Last modified: $Date: 2005/02/28 19:47:14 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list