[llvm-commits] CVS: llvm/docs/LangRef.html
Jeff Cohen
jeffc at jolt-lang.org
Thu Nov 10 18:15:38 PST 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.115 -> 1.116
---
Log message:
Fix some typos.
---
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.115 llvm/docs/LangRef.html:1.116
--- llvm/docs/LangRef.html:1.115 Wed Nov 9 19:44:22 2005
+++ llvm/docs/LangRef.html Thu Nov 10 20:15:27 2005
@@ -2323,7 +2323,7 @@
<p>This instruction takes a <tt>va_list*</tt> value and the type of
the argument. It returns a value of the specified argument type and
-increments the <tt>va_list</tt> to poin to the next argument. Again, the
+increments the <tt>va_list</tt> to point to the next argument. Again, the
actual type of <tt>va_list</tt> is target specific.</p>
<h5>Semantics:</h5>
@@ -2790,7 +2790,7 @@
(PC) in a region of
code to simulators and other tools. The method is target specific, but it is
expected that the marker will use exported symbols to transmit the PC of the marker.
-The marker makes no guaranties that it will remain with any specific instruction
+The marker makes no guarantees that it will remain with any specific instruction
after optimizations. It is possible that the presense of a marker will inhibit
optimizations. The intended use is to be inserted after optmizations to allow
correlations of simulation runs.
@@ -3388,7 +3388,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/11/10 01:44:22 $
+ Last modified: $Date: 2005/11/11 02:15:27 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list