[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 23 23:16:24 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.142 -> 1.143
---
Log message:

Fix a typo, thanks to Gabor Greif


---
Diffs of the changes:  (+2 -2)

 LangRef.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.142 llvm/docs/LangRef.html:1.143
--- llvm/docs/LangRef.html:1.142	Tue Mar 14 17:22:57 2006
+++ llvm/docs/LangRef.html	Fri Mar 24 01:16:10 2006
@@ -3246,7 +3246,7 @@
 expected that the marker will use exported symbols to transmit the PC of the marker.
 The marker makes no guarantees that it will remain with any specific instruction 
 after optimizations.  It is possible that the presence of a marker will inhibit 
-optimizations.  The intended use is to be inserted after optmizations to allow
+optimizations.  The intended use is to be inserted after optimizations to allow
 correlations of simulation runs.
 </p>
 
@@ -3733,7 +3733,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/03/14 23:22:57 $
+  Last modified: $Date: 2006/03/24 07:16:10 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list