[llvm-commits] CVS: llvm/test/Regression/Jello/hello.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 13 00:58:01 PST 2002
Changes in directory llvm/test/Regression/Jello:
hello.ll updated: 1.1 -> 1.2
---
Log message:
return 0 on success
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/hello.ll
diff -u llvm/test/Regression/Jello/hello.ll:1.1 llvm/test/Regression/Jello/hello.ll:1.2
--- llvm/test/Regression/Jello/hello.ll:1.1 Tue Dec 3 14:25:43 2002
+++ llvm/test/Regression/Jello/hello.ll Fri Dec 13 00:57:24 2002
@@ -4,8 +4,8 @@
declare int %puts(sbyte*)
-void %main() {
+int %main() {
%reg210 = call int %puts( sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0) )
- ret void
+ ret int 0
}
More information about the llvm-commits
mailing list