Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / ExecutionEngine / test-branch.ll
blob7d4fd5605922dd30403b3c54fbdf35e171aa782e
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