[llvm-commits] CVS: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 4 00:04:01 PDT 2003


Changes in directory llvm/test/Programs/LLVMSource:

2003-08-03-ReservedWordFunction.ll added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:

Index: llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll
diff -c /dev/null llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll:1.1
*** /dev/null	Sun Aug  3 17:43:52 2003
--- llvm/test/Programs/LLVMSource/2003-08-03-ReservedWordFunction.ll	Sun Aug  3 17:43:42 2003
***************
*** 0 ****
--- 1,14 ----
+ ; This testcase ensures the code emitter does something about the fact that
+ ; we can have collisions with keywords
+ 
+ target endian = little
+ target pointersize = 32
+ 
+ void %byte() {
+   ret void
+ }
+ int %main() {
+   call void %byte()
+   ret int 0
+ }
+ 





More information about the llvm-commits mailing list