summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/negation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/negation.ll')
-rw-r--r--test/Transforms/Reassociate/negation.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/negation.ll b/test/Transforms/Reassociate/negation.ll
index 6b20418..6a3dfd3 100644
--- a/test/Transforms/Reassociate/negation.ll
+++ b/test/Transforms/Reassociate/negation.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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.
OpenPOWER on IntegriCloud