[llvm-exegesis][NFC] Improve parsing of the YAML files
[llvm-core.git] / test / ExecutionEngine / OrcMCJIT / 2003-06-05-PHIBug.ll
blob07bcbbde12d176fc1b99b5eee55d9705ddc2e8c1
1 ; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
3 ; Testcase distilled from 256.bzip2.
5 define i32 @main() {
6 entry:
7         %X = add i32 1, -1              ; <i32> [#uses=3]
8         br label %Next
9 Next:           ; preds = %entry
10         %A = phi i32 [ %X, %entry ]             ; <i32> [#uses=0]
11         %B = phi i32 [ %X, %entry ]             ; <i32> [#uses=0]
12         %C = phi i32 [ %X, %entry ]             ; <i32> [#uses=1]
13         ret i32 %C