New testcase

llvm-svn: 8086
This commit is contained in:
Chris Lattner 2003-08-23 22:43:42 +00:00
parent 10887b41c1
commit 1a6242154e
1 changed files with 7 additions and 0 deletions

View File

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