[llvm-commits] CVS: llvm/test/Regression/Jello/test0.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 20:05:01 PST 2002
Changes in directory llvm/test/Regression/Jello:
test0.ll updated: 1.3 -> 1.4
---
Log message:
Make the testcase MORE complex
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test0.ll
diff -u llvm/test/Regression/Jello/test0.ll:1.3 llvm/test/Regression/Jello/test0.ll:1.4
--- llvm/test/Regression/Jello/test0.ll:1.3 Tue Oct 29 19:54:42 2002
+++ llvm/test/Regression/Jello/test0.ll Tue Oct 29 20:03:59 2002
@@ -1,6 +1,7 @@
; test ret
void %main() {
BB0:
- add int 1, 2
+ %X = add int 1, 2
+ %Y = add int %X, %X
ret void
}
More information about the llvm-commits
mailing list