[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / Generic / 2006-01-18-InvalidBranchOpcodeAssert.ll
1 ; RUN: llc < %s
2 ; This crashed the PPC backend.
3
4 define void @test() {
5         %tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00            ; <i1> [#uses=1]
6         br i1 %tmp125, label %bb154, label %cond_false133
7
8 cond_false133:          ; preds = %0
9         ret void
10
11 bb154:          ; preds = %0
12         %tmp164 = icmp eq i32 0, 0              ; <i1> [#uses=0]
13         ret void
14 }
15