summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll')
-rw-r--r--test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll b/test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll
index a4966a9..1550bc7 100644
--- a/test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll
+++ b/test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -loop-index-split -disable-output -stats |& \
+; RUN: opt < %s -loop-index-split -disable-output -stats |& \
; RUN: not grep "loop-index-split"
; Induction variable decrement is not yet handled.
OpenPOWER on IntegriCloud