Sign in
swiftshader
/
SwiftShader.git
/
664783624264ab1ec4b15aaf9a45fe6daff3e4f6
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
IPConstantProp
/
deadarg.ll
blob: 8f037af74a19866a80f85dcf016067eafd577d6d [
file
]
; RUN: opt < %s -ipconstprop -disable-output
define
internal
void
@foo
(
i32
%X
)
{
call
void
@foo
(
i32
%X
)
ret
void
}