Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
Transforms
/
IPConstantProp
/
deadarg.ll
blob: e28796acdab8b84c16e661fdf5f39cf0fdcd3141 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -ipconstprop -disable-output
implementation
internal
void
%foo
(
int
%X
)
{
call
void
%foo
(
int
%X
)
ret
void
}