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