blob: 91740cf0eb71720c3aea0a7348dd3a4d678794cc [file] [log] [blame]
; RUN: opt < %s -licm -disable-output
define void @test({ i32 }* %P) {
br label %Loop
Loop: ; preds = %Loop, %0
free { i32 }* %P
br label %Loop
}