Sign in
swiftshader
/
SwiftShader
/
7cbb1de26de993b59381f9752c04cd55951fc645
/
.
/
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
}