llvm-6502/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll

8 lines
99 B
LLVM
Raw Normal View History

; RUN: as < %s | opt -lowerswitch
void %test() {
switch uint 0, label %Next []
Next:
ret void
}