aboutsummaryrefslogtreecommitdiffstats
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.llx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/IndVarsSimplify/exit_value_tests.llx b/test/Transforms/IndVarsSimplify/exit_value_tests.llx
index 7d5d366..4e15fc3 100644
--- a/test/Transforms/IndVarsSimplify/exit_value_tests.llx
+++ b/test/Transforms/IndVarsSimplify/exit_value_tests.llx
@@ -2,7 +2,8 @@
; 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-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | llvm-dis | not grep br
+; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | \
+; RUN: llvm-dis | not grep br
int %polynomial_constant() {
br label %Loop