repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove a dead bool.
[llvm/avr.git]
/
test
/
BugPoint
/
crash-narrowfunctiontest.ll
blob
6ad09d2e25cdf37ce0a7fb242fb146ac0892415d
1
; Test that bugpoint can narrow down the testcase to the important function
2
;
3
; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
4
5
define i32 @foo() { ret i32 1 }
6
7
define i32 @test() {
8
call i32 @test()
9
ret i32 %1
10
}
11
12
define i32 @bar() { ret i32 2 }