summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll b/llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
index e63c88c65e6..b1399b82ddd 100644
--- a/llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
+++ b/llvm/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: opt %s -indvars | llvm-dis > %t
; RUN: grep add %t | count 8
; RUN: grep mul %t | count 7
OpenPOWER on IntegriCloud