summaryrefslogtreecommitdiff
path: root/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
blob: a193cd4645ee281114f949c9660919a9711668c1 (plain)
1
2
3
4
5
6
7
; RUN: llvm-upgrade < %s | llvm-as | opt -lowerswitch

void %test() {
	switch uint 0, label %Next []
Next:
	ret void
}