aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GCSE/2002-05-14-OperandSwap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GCSE/2002-05-14-OperandSwap.ll')
-rw-r--r--test/Transforms/GCSE/2002-05-14-OperandSwap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GCSE/2002-05-14-OperandSwap.ll b/test/Transforms/GCSE/2002-05-14-OperandSwap.ll
index 57ac538..5e893bf 100644
--- a/test/Transforms/GCSE/2002-05-14-OperandSwap.ll
+++ b/test/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: