mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 23:40:43 +00:00
4d34adad67
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8086 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
99 B
LLVM
8 lines
99 B
LLVM
; RUN: as < %s | opt -lowerswitch
|
|
|
|
void %test() {
|
|
switch uint 0, label %Next []
|
|
Next:
|
|
ret void
|
|
}
|