mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
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
|
|
}
|