aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll
blob: 91740cf0eb71720c3aea0a7348dd3a4d678794cc (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt < %s -licm -disable-output

define void @test({ i32 }* %P) {
	br label %Loop
Loop:		; preds = %Loop, %0
	free { i32 }* %P
	br label %Loop
}