[llvm-commits] CVS: llvm/test/Regression/Jello/test-constantexpr.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 24 14:20:18 PDT 2003
Changes in directory llvm/test/Regression/Jello:
test-constantexpr.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-constantexpr.ll
diff -c /dev/null llvm/test/Regression/Jello/test-constantexpr.ll:1.1
*** /dev/null Sun Aug 24 14:19:35 2003
--- llvm/test/Regression/Jello/test-constantexpr.ll Sun Aug 24 14:19:25 2003
***************
*** 0 ****
--- 1,11 ----
+ ; This tests to make sure that we can evaluate wierd constant expressions
+ %A = global int 5
+ %B = global int 6
+
+ implementation
+
+ int %main() {
+ %A = or bool false, setlt (int* %A, int* %B) ; Which is lower in memory?
+ ret int 0
+ }
+
More information about the llvm-commits
mailing list