hanchenye-llvm-project/llvm/test/Transforms/LICM/2005-03-24-LICM-Aggregate-C...

10 lines
152 B
LLVM

; RUN: opt < %s -licm -disable-output
define void @test({ i32 }* %P) {
br label %Loop
Loop: ; preds = %Loop, %0
free { i32 }* %P
br label %Loop
}