diff options
Diffstat (limited to 'llvm/test/Transforms/Inline/2008-03-07-Inline.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/2008-03-07-Inline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/2008-03-07-Inline.ll b/llvm/test/Transforms/Inline/2008-03-07-Inline.ll index 09d14f02134..f1ea7880fe6 100644 --- a/llvm/test/Transforms/Inline/2008-03-07-Inline.ll +++ b/llvm/test/Transforms/Inline/2008-03-07-Inline.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -disable-output +; RUN: opt %s -inline -disable-output %struct.Demand = type { double, double } %struct.branch = type { %struct.Demand, double, double, double, double, %struct.branch*, [12 x %struct.leaf*] } %struct.leaf = type { %struct.Demand, double, double } |