Make the testcase MORE complex
[oota-llvm.git] / test / Jello / test0.ll
index 9de18d05574a69845baec39dd633f22784ab7365..4e2d10a3308ac8cfde5ded553337941c8e07169f 100644 (file)
@@ -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
 }