[llvm-commits] CVS: llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 3 13:28:01 PST 2003


Changes in directory llvm/test/Regression/Jello:

2003-11-03-GlobalBool.llx added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:  (+4 -0)

Index: llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx
diff -c /dev/null llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx:1.1
*** /dev/null	Mon Nov  3 13:27:28 2003
--- llvm/test/Regression/Jello/2003-11-03-GlobalBool.llx	Mon Nov  3 13:27:17 2003
***************
*** 0 ****
--- 1,4 ----
+ ; RUN: llvm-as < %s | llc -march=x86 | not grep '.byte[[:space:]]*true'
+ 
+ %X = global bool true
+ 





More information about the llvm-commits mailing list