While working on the pool allocator, I noticed that basicaa is failing a scary
[oota-llvm.git] / test / ExecutionEngine / 2003-06-04-bzip2-bug.ll
1 ; Testcase distilled from 256.bzip2.
2
3 target endian = little
4 target pointersize = 32
5
6 int %main() {
7 entry:
8         br label %loopentry.0
9
10 loopentry.0:
11         %h.0 = phi int [ %tmp.2, %loopentry.0 ], [ -1, %entry ]
12         %tmp.2 = add int %h.0, 1
13         %tmp.4 = setne int %tmp.2, 0
14         br bool %tmp.4, label %loopentry.0, label %loopentry.1
15
16 loopentry.1:
17         %h.1 = phi int [ %tmp.2, %loopentry.0 ]
18         ret int %h.1
19 }