summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll')
-rw-r--r--llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll b/llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
index 57ac5381729..5e893bfc0f9 100644
--- a/llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
+++ b/llvm/test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
@@ -1,7 +1,7 @@
; This entire chain of computation should be optimized away, but
; wasn't because the two multiplies were not detected as being identical.
;
-; RUN: as < %s | opt -gcse -instcombine -dce | dis | not grep sub
+; RUN: llvm-as < %s | opt -gcse -instcombine -dce | llvm-dis | not grep sub
implementation ; Functions:
OpenPOWER on IntegriCloud