[llvm-commits] CVS: llvm/test/Regression/Jello/test-ret.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 12 23:44:01 PST 2002
Changes in directory llvm/test/Regression/Jello:
test-ret.ll updated: 1.2 -> 1.3
---
Log message:
Fix testcase
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-ret.ll
diff -u llvm/test/Regression/Jello/test-ret.ll:1.2 llvm/test/Regression/Jello/test-ret.ll:1.3
--- llvm/test/Regression/Jello/test-ret.ll:1.2 Wed Dec 4 11:15:07 2002
+++ llvm/test/Regression/Jello/test-ret.ll Thu Dec 12 23:42:57 2002
@@ -5,7 +5,7 @@
ubyte %test() { ret ubyte 1 }
short %test() { ret short -1 }
ushort %test() { ret ushort 65535 }
-int %main() { ret int -1 }
+int %main() { ret int 0 }
uint %test() { ret uint 4 }
;long %test() { ret void }
;ulong %test() { ret void }
More information about the llvm-commits
mailing list