Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
BugPoint
/
remove_arguments_test.ll
blob: 5a0bd6f00936e004eb26c3d88854afcf808a3ccf [
file
] [
log
] [
blame
]
; RUN: bugpoint %s -bugpoint-crashcalls
; Test to make sure that arguments are removed from the function if they are unnecessary.
declare
int
%test2
()
int
%test
(
int
%A
,
int
%B
,
float
%C
)
{
call
int
%test2
()
ret
int
%0
}