blob: 6c5b1a57e1758c1affe321b9bcbb8082df8c720a [file] [log] [blame]
; RUN: llvm-as < %s | opt -licm -disable-output
void %test({int}* %P) {
br label %Loop
Loop:
free {int}* %P
br label %Loop
}