Home | History | Annotate | Download | only in LowerSwitch
      1 ; RUN: opt < %s -lowerswitch
      2 
      3 define void @test() {
      4 	switch i32 0, label %Next [
      5 	]
      6 Next:		; preds = %0
      7 	ret void
      8 }
      9 
     10