llvm-6502/test/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll
2006-12-02 04:23:10 +00:00

11 lines
146 B
LLVM

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