[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / 2003-05-11-PHIRegAllocBug.ll
blob278daec516194e5bf51abbd24e6a3dbfa529730c
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 define i32 @main() {
5 entry:
6         br label %endif
7 then:           ; No predecessors!
8         br label %endif
9 endif:          ; preds = %then, %entry
10         %x = phi i32 [ 4, %entry ], [ 27, %then ]               ; <i32> [#uses=0]
11         %result = phi i32 [ 32, %then ], [ 0, %entry ]          ; <i32> [#uses=0]
12         ret i32 0