[llvm-commits] CVS: llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun May 11 21:28:01 PDT 2003
Changes in directory llvm/test/Regression/Jello:
2003-05-11-PHIRegAllocBug.ll added (r1.1)
---
Log message:
New testcase that crashes Jello
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll
diff -c /dev/null llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll:1.1
*** /dev/null Sun May 11 21:27:15 2003
--- llvm/test/Regression/Jello/2003-05-11-PHIRegAllocBug.ll Sun May 11 21:27:05 2003
***************
*** 0 ****
--- 1,15 ----
+ target endian = little
+ target pointersize = 32
+
+ implementation
+
+ int %main(int, sbyte**) {
+ entry:
+ br bool false, label %then, label %endif
+ then:
+ br label %endif
+ endif:
+ %x.0 = phi uint [ 4, %entry ], [ 27, %then ]
+ %result.0 = phi int [ 32, %then ], [ 0, %entry ]
+ ret int 0
+ }
More information about the llvm-commits
mailing list