2003-08-23-EmptySwitch.ll 117 B

123456789
  1. ; RUN: opt < %s -lowerswitch
  2. define void @test() {
  3. switch i32 0, label %Next [
  4. ]
  5. Next: ; preds = %0
  6. ret void
  7. }