[llvm-commits] CVS: llvm/test/Regression/Jello/test-phi.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 13 04:14:03 PST 2002
Changes in directory llvm/test/Regression/Jello:
test-phi.ll updated: 1.2 -> 1.3
---
Log message:
Return success on success
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-phi.ll
diff -u llvm/test/Regression/Jello/test-phi.ll:1.2 llvm/test/Regression/Jello/test-phi.ll:1.3
--- llvm/test/Regression/Jello/test-phi.ll:1.2 Fri Dec 13 04:12:50 2002
+++ llvm/test/Regression/Jello/test-phi.ll Fri Dec 13 04:13:45 2002
@@ -11,11 +11,11 @@
br label %T
}
-void %main() {
+int %main() {
br label %Test
Test:
%X = phi int [7, %0], [%Y, %Dead]
- ret void
+ ret int 0
Dead:
%Y = shr int 12, ubyte 4
br label %Test
More information about the llvm-commits
mailing list