llvm-6502/test/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll

11 lines
131 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | opt -licm -disable-output
void %test({int}* %P) {
br label %Loop
Loop:
free {int}* %P
br label %Loop
}