blob: c01da0c63091f54bf045c4978a439f666ca5953a [file] [log] [blame]
Dan Gohman1b4c27772009-09-08 16:50:01 +00001; RUN: opt %s -lowerswitch
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner97928372008-03-19 07:28:33 +00003define void @test() {
4 switch i32 0, label %Next [
5 ]
6Next: ; preds = %0
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007 ret void
8}
Tanya Lattner97928372008-03-19 07:28:33 +00009