xref: /llvm-project/llvm/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll (revision c8054d90fbe7ff386577c27dd51d597924036cde)
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