Sign in
ara-mdk
/
platform
/
external
/
llvm
/
ef476fdce2d194b5b335c15cd8a545ceeeb633b1
/
.
/
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
}