Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f1d2f96675a784626ab0ddc52fa88ce9dea1f3d6
/
.
/
test
/
BugPoint
/
crash-narrowfunctiontest.ll
blob: 197e42f59d5642eccc8cb99db89effd1ef9af1eb [
file
] [
log
] [
blame
]
; Test that bugpoint can narrow down the testcase to the important function
;
; RUN: llvm-upgrade < %s > %t1.ll
; RUN: bugpoint %t1.ll -bugpoint-crashcalls
int
%foo
()
{
ret
int
1
}
int
%test
()
{
call
int
%test
()
ret
int
%0
}
int
%bar
()
{
ret
int
2
}