summaryrefslogtreecommitdiff
path: root/test/BugPoint/crash-basictest.ll
blob: 77eb6ecdc5f01eec90801c720516dccfc1fee14b (plain)
1
2
3
4
5
6
7
8
9
; Basic test for bugpoint.
; RUN: llvm-upgrade < %s > %t1.ll
; RUN: bugpoint %t1.ll -domset -idom -domset -bugpoint-crashcalls \
; RUN:   -domset -idom -domset

int %test() {
	call int %test()
	ret int %0
}