Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / test / CodeGen / Generic / 2006-06-12-LowerSwitchCrash.ll
1 ; RUN: llvm-as < %s | llc -O0
2
3 define float @test(i32 %tmp12771278) {
4         switch i32 %tmp12771278, label %bb1279 [
5         ]
6
7 bb1279:         ; preds = %0
8         ret float 1.000000e+00
9 }
10