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

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