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