aboutsummaryrefslogtreecommitdiff
path: root/test/Jello/test4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jello/test4.ll')
-rw-r--r--test/Jello/test4.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Jello/test4.ll b/test/Jello/test4.ll
new file mode 100644
index 0000000000..a406184d80
--- /dev/null
+++ b/test/Jello/test4.ll
@@ -0,0 +1,7 @@
+; test phi node
+int %main() {
+ br label %Test
+Test:
+ %X = phi int [7, %0]
+ ret int %X
+}