blob: a193cd4645ee281114f949c9660919a9711668c1 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -lowerswitch
2
3void %test() {
4 switch uint 0, label %Next []
5Next:
6 ret void
7}