[llvm-commits] CVS: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:04:25 PDT 2003
Changes in directory llvm/test/Programs/LLVMSource:
2003-08-03-ReservedWordGlobal.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll
diff -c /dev/null llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll:1.1
*** /dev/null Sun Aug 3 19:12:05 2003
--- llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll Sun Aug 3 19:11:55 2003
***************
*** 0 ****
--- 1,10 ----
+ target endian = little
+ target pointersize = 32
+ %Sp = linkonce global int 0 ; <int*> [#uses=1]
+
+ implementation ; Functions:
+
+ int %main() {
+ store int 123, int* %Sp
+ ret int 0
+ }
More information about the llvm-commits
mailing list