blob: b001cd0d5cd2dc3aef112aa3450098a3dd51134f [file] [log] [blame]
; 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
}