summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarsSimplify/tripcount_compute.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndVarsSimplify/tripcount_compute.llx')
-rw-r--r--test/Transforms/IndVarsSimplify/tripcount_compute.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarsSimplify/tripcount_compute.llx b/test/Transforms/IndVarsSimplify/tripcount_compute.llx
index ae30c15b4e..733fa1d3ef 100644
--- a/test/Transforms/IndVarsSimplify/tripcount_compute.llx
+++ b/test/Transforms/IndVarsSimplify/tripcount_compute.llx
@@ -3,7 +3,7 @@
; the exit value of the loop will be for some value, allowing us to substitute
; it directly into users outside of the loop, making the loop dead.
;
-; RUN: llvm-as < %s | opt -indvars -adce -simplifycfg | llvm-dis | not grep br
+; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | llvm-dis | not grep br
int %linear_setne() { ;; for (i = 0; i != 100; ++i)
entry: