[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / 2003-01-04-PhiTest.ll
blob9cb0867b6d2cbcc393b905ebe1f7bd15b04cdfcd
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 define i32 @main() {
5 ; <label>:0
6         br label %Loop
7 Loop:           ; preds = %Loop, %0
8         %X = phi i32 [ 0, %0 ], [ 1, %Loop ]            ; <i32> [#uses=1]
9         br i1 true, label %Out, label %Loop
10 Out:            ; preds = %Loop
11         ret i32 %X