Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Transforms / LICM / 2005-03-24-LICM-Aggregate-Crash.ll
blob91740cf0eb71720c3aea0a7348dd3a4d678794cc
1 ; RUN: opt < %s -licm -disable-output
3 define void @test({ i32 }* %P) {
4         br label %Loop
5 Loop:           ; preds = %Loop, %0
6         free { i32 }* %P
7         br label %Loop