diff options
Diffstat (limited to 'llvm/test/Transforms/Reassociate/negation.ll')
-rw-r--r-- | llvm/test/Transforms/Reassociate/negation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/negation.ll b/llvm/test/Transforms/Reassociate/negation.ll index 1707d57009c..9403ddfb1df 100644 --- a/llvm/test/Transforms/Reassociate/negation.ll +++ b/llvm/test/Transforms/Reassociate/negation.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -reassociate -instcombine | llvm-dis | not grep sub +; RUN: opt %s -reassociate -instcombine -S | not grep sub ; Test that we can turn things like X*-(Y*Z) -> X*-1*Y*Z. |