[llvm-commits] CVS: llvm/test/Regression/Jello/test0.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 15:19:01 PST 2002
Changes in directory llvm/test/Regression/Jello:
test0.ll updated: 1.1 -> 1.2
---
Log message:
Make pointless testcase a bit more "challenging"
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test0.ll
diff -u llvm/test/Regression/Jello/test0.ll:1.1 llvm/test/Regression/Jello/test0.ll:1.2
--- llvm/test/Regression/Jello/test0.ll:1.1 Fri Oct 25 18:01:51 2002
+++ llvm/test/Regression/Jello/test0.ll Sun Oct 27 15:18:06 2002
@@ -1,4 +1,5 @@
; test ret
void %main() {
+ add int 1, 2
ret void
}
More information about the llvm-commits
mailing list