xref: /aosp_15_r20/external/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -O0
2
3define float @test(i32 %tmp12771278) {
4        switch i32 %tmp12771278, label %bb1279 [
5        ]
6
7bb1279:         ; preds = %0
8        ret float 1.000000e+00
9}
10
11