[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 28 19:57:40 PST 2004



Changes in directory llvm/test/Regression/CodeGen/CBackend:

2004-12-28-LogicalConstantExprs.ll added (r1.1)
---
Log message:

new testcase for PR490: http://llvm.cs.uiuc.edu/PR490 


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

Index: llvm/test/Regression/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
diff -c /dev/null llvm/test/Regression/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll:1.1
*** /dev/null	Tue Dec 28 21:57:36 2004
--- llvm/test/Regression/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll	Tue Dec 28 21:57:25 2004
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc -march=c
+ 
+ int %foo() {
+   ret int and (int 123456, int cast (int()* %foo to int))
+ }






More information about the llvm-commits mailing list