llvm-6502/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
2003-09-16 15:29:54 +00:00

8 lines
104 B
LLVM

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