mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
3a3665fd38
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231761 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
}
|