[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 7 12:31:07 PST 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.87 -> 1.88
---
Log message:
fix typeo that Gabor Greif noticed!
---
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.87 llvm/docs/LangRef.html:1.88
--- llvm/docs/LangRef.html:1.87 Mon Feb 28 13:47:14 2005
+++ llvm/docs/LangRef.html Mon Mar 7 14:30:51 2005
@@ -2451,7 +2451,7 @@
<p>
Note that calling this intrinsic does not prevent function inlining or other
-aggressive transformations, so the value returned may not that of the obvious
+aggressive transformations, so the value returned may not be that of the obvious
source-language caller.
</p>
</div>
@@ -2495,7 +2495,7 @@
<p>
Note that calling this intrinsic does not prevent function inlining or other
-aggressive transformations, so the value returned may not that of the obvious
+aggressive transformations, so the value returned may not be that of the obvious
source-language caller.
</p>
</div>
@@ -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:47:14 $
+ Last modified: $Date: 2005/03/07 20:30:51 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list