[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Wed Jun 6 11:28:31 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.250 -> 1.251
---
Log message:
update to match latest changes
---
Diffs of the changes: (+4 -4)
LangRef.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.250 llvm/docs/LangRef.html:1.251
--- llvm/docs/LangRef.html:1.250 Tue Jun 5 00:28:25 2007
+++ llvm/docs/LangRef.html Wed Jun 6 13:28:13 2007
@@ -1428,9 +1428,9 @@
<div class="doc_code">
<pre>
-%X = global i32 17
-%Y = global i32 42
-%Z = global [2 x i32*] [ i32* %X, i32* %Y ]
+ at X = global i32 17
+ at Y = global i32 42
+ at Z = global [2 x i32*] [ i32* @X, i32* @Y ]
</pre>
</div>
@@ -4830,7 +4830,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: 2007/06/05 05:28:25 $
+ Last modified: $Date: 2007/06/06 18:28:13 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list