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

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