[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 23 16:37:22 PST 2006
Changes in directory llvm/docs:
LangRef.html updated: 1.132 -> 1.133
---
Log message:
minor syntax change
---
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.132 llvm/docs/LangRef.html:1.133
--- llvm/docs/LangRef.html:1.132 Mon Jan 23 17:23:47 2006
+++ llvm/docs/LangRef.html Mon Jan 23 18:37:10 2006
@@ -595,8 +595,8 @@
</p>
<div class="doc_code"><pre>
- asm "inline asm code goes here"
- asm "more can go here"
+ module asm "inline asm code goes here"
+ module asm "more can go here"
</pre></div>
<p>The strings can contain any character by escaping non-printable characters.
@@ -3679,7 +3679,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: 2006/01/23 23:23:47 $
+ Last modified: $Date: 2006/01/24 00:37:10 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list