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

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