mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
8 lines
117 B
LLVM
8 lines
117 B
LLVM
|
; RUN: opt -instcombine < %s
|
||
|
|
||
|
define void @test() {
|
||
|
switch i32 0, label %out [i32 0, label %out]
|
||
|
out:
|
||
|
ret void
|
||
|
}
|