blob: 47988b9c0f0568662473caf1225c434cb2b9a98b [file] [log] [blame]
Lang Hames9528bba2015-03-25 12:11:48 +00001; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
Lang Hames16bbaf12015-02-02 05:04:55 +00002
3define i32 @main() {
4entry:
5 br label %endif
6then: ; No predecessors!
7 br label %endif
8endif: ; preds = %then, %entry
9 %x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0]
10 %result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0]
11 ret i32 0
12}
13