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