summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarsSimplify/exit_value_tests.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndVarsSimplify/exit_value_tests.llx')
-rw-r--r--test/Transforms/IndVarsSimplify/exit_value_tests.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarsSimplify/exit_value_tests.llx b/test/Transforms/IndVarsSimplify/exit_value_tests.llx
index 3f527ca369..7d5d366864 100644
--- a/test/Transforms/IndVarsSimplify/exit_value_tests.llx
+++ b/test/Transforms/IndVarsSimplify/exit_value_tests.llx
@@ -2,7 +2,7 @@
; these loops all have predictable exit values we can replace the use outside
; of the loop with a closed-form computation, 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 %polynomial_constant() {
br label %Loop