Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Transforms / Inline / 2004-10-17-InlineFunctionWithoutReturn.ll
blob733cbb9c754f468c0a6be7402f6c051d31d55db6
1 ; RUN: opt < %s -inline -disable-output
3 define i32 @test() {
4         unwind
7 define i32 @caller() {
8         %X = call i32 @test( )          ; <i32> [#uses=1]
9         ret i32 %X