repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Provide addc and subc
[llvm/msp430.git]
/
test
/
BugPoint
/
crash-narrowfunctiontest.ll
blob
3ee9f8aa0ebb1d37cdf4076737e50b09de27dc25
1
; Test that bugpoint can narrow down the testcase to the important function
2
;
3
; RUN: bugpoint %s -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 }