summaryrefslogtreecommitdiff
path: root/test/BugPoint/crash-basictest.ll
blob: 647a53f46e32dece2e34f7d8291fef8f9d6b29fd (plain)
1
2
3
4
5
6
7
8
; Basic test for bugpoint.
; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls \
; RUN:   -domset -idom -domset

define i32 @test() {
	call i32 @test()
	ret i32 %1
}