diff options
Diffstat (limited to 'test/Transforms/Reassociate/negation.ll')
-rw-r--r-- | test/Transforms/Reassociate/negation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/negation.ll b/test/Transforms/Reassociate/negation.ll index 9403ddfb1d..6a3dfd3b82 100644 --- a/test/Transforms/Reassociate/negation.ll +++ b/test/Transforms/Reassociate/negation.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -reassociate -instcombine -S | 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. |