XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Generic / 2006-06-12-LowerSwitchCrash.ll
1 ; RUN: llc < %s -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