[llvm-nm] - Fix a bug and unbreak ASan BB.
[llvm-complete.git] / test / ExecutionEngine / MCJIT / test-branch.ll
blob3ae55d069b3de066b99788f958f496a347ff1c01
1 ; RUN: %lli %s > /dev/null
3 ; test unconditional branch
4 define i32 @main() {
5         br label %Test
6 Test:           ; preds = %Test, %0
7         %X = icmp eq i32 0, 4           ; <i1> [#uses=1]
8         br i1 %X, label %Test, label %Label
9 Label:          ; preds = %Test
10         ret i32 0