summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll b/llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
index 6c6a362f48e..6d2b004a2ae 100644
--- a/llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
+++ b/llvm/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep {ret i32 9900}
+; RUN: opt %s -indvars | llvm-dis | grep {ret i32 9900}
; PR1179
define i32 @test4() {
OpenPOWER on IntegriCloud