blob: b644bd2be78fd1c0105db8a140753d8845d2bff8 [file] [log] [blame]
Bill Wendlingbe8cc2a2009-04-29 00:15:41 +00001; RUN: llvm-as < %s | llc -O0
Chris Lattner13984212006-06-12 18:24:32 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define float @test(i32 %tmp12771278) {
4 switch i32 %tmp12771278, label %bb1279 [
Chris Lattner13984212006-06-12 18:24:32 +00005 ]
6
Tanya Lattner53a66d12008-02-19 01:41:04 +00007bb1279: ; preds = %0
8 ret float 1.000000e+00
Chris Lattner13984212006-06-12 18:24:32 +00009}
10