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

10 lines
162 B
LLVM

; 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
}