Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / LICM / 2005-03-24-LICM-Aggregate-Crash.ll
1 ; RUN: opt %s -licm -disable-output
2
3 define void @test({ i32 }* %P) {
4         br label %Loop
5 Loop:           ; preds = %Loop, %0
6         free { i32 }* %P
7         br label %Loop
8 }
9