blob: 61e1dcd345bdca810b86ff79a90300aeed3e4b3e [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -lowerswitch
Chris Lattner1a624212003-08-23 22:43:42 +00002
Tanya Lattnerab7872c2008-03-19 07:28:33 +00003define void @test() {
4 switch i32 0, label %Next [
5 ]
6Next: ; preds = %0
Chris Lattner1a624212003-08-23 22:43:42 +00007 ret void
8}
Tanya Lattnerab7872c2008-03-19 07:28:33 +00009