Fix typo
[llvm/msp430.git] / test / ExecutionEngine / 2003-05-11-PHIRegAllocBug.ll
blob7b48f579af0122278881575f00b17dbdd39a0f44
1 ; RUN: llvm-as %s -f -o %t.bc
2 ; RUN: lli %t.bc > /dev/null
4 target datalayout = "e-p:32:32"
6 define i32 @main() {
7 entry:
8         br label %endif
9 then:           ; No predecessors!
10         br label %endif
11 endif:          ; preds = %then, %entry
12         %x = phi i32 [ 4, %entry ], [ 27, %then ]               ; <i32> [#uses=0]
13         %result = phi i32 [ 32, %then ], [ 0, %entry ]          ; <i32> [#uses=0]
14         ret i32 0