diff options
Diffstat (limited to 'llvm/test/Transforms/Inline/2008-03-04-StructRet.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/2008-03-04-StructRet.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/2008-03-04-StructRet.ll b/llvm/test/Transforms/Inline/2008-03-04-StructRet.ll index fc7ebc4d809..9ba42f8e2b4 100644 --- a/llvm/test/Transforms/Inline/2008-03-04-StructRet.ll +++ b/llvm/test/Transforms/Inline/2008-03-04-StructRet.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -disable-output +; RUN: opt %s -inline -disable-output %struct.Benchmark = type { i32 (...)** } %struct.Complex = type { double, double } %struct.ComplexBenchmark = type { %struct.Benchmark } |