aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Jello/test0.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll
index 9de18d0..4e2d10a 100644
--- a/test/Jello/test0.ll
+++ b/test/Jello/test0.ll
@@ -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
}