Merge branch 'master' into msp430
[llvm/msp430.git] / test / Transforms / LowerSwitch / 2003-08-23-EmptySwitch.ll
blob71e5a4bcc4d75bc74344bcb981b509f7e041792d
1 ; RUN: llvm-as < %s | opt -lowerswitch
3 define void @test() {
4         switch i32 0, label %Next [
5         ]
6 Next:           ; preds = %0
7         ret void