aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/loop-7.c
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2005-06-06 18:55:59 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2005-06-06 18:55:59 +0000
commit012309e6a8dbb77cea4e916d8328ba7e63a592f4 (patch)
tree11c324a5288dcd4957b6284d04b14fb936edf89d /gcc/testsuite/gcc.dg/tree-ssa/loop-7.c
parent08fd6d04199ac8d1f1571d1f807853b8ff7f2fc0 (diff)
downloadgcc-012309e6a8dbb77cea4e916d8328ba7e63a592f4.zip
gcc-012309e6a8dbb77cea4e916d8328ba7e63a592f4.tar.gz
gcc-012309e6a8dbb77cea4e916d8328ba7e63a592f4.tar.bz2
tree-ssa-reassoc.o: New.
2005-06-06 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-reassoc.o: New. (OBJS-common): Add tree-ssa-reassoc.o * timevar.def: Add TV_TREE_REASSOC * tree-optimize.c (pass_reassoc): Add call. * tree-pass.h (pass_reassoc): Add. * tree-ssa-reassoc.c: New file. From-SVN: r100671
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/loop-7.c')
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/loop-7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-7.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-7.c
index 462df8c..a4597b1 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/loop-7.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-7.c
@@ -31,5 +31,5 @@ int xxx (void)
Calls to cst_fun2 and pure_fun2 should not be, since calling
with k = 0 may be invalid. */
-/* { dg-final { scan-tree-dump-times "Moving statement" 2 "lim" } } */
+/* { dg-final { scan-tree-dump-times "Moving statement" 3 "lim" } } */
/* { dg-final { cleanup-tree-dump "lim" } } */