]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cunroll-4.c: Update; we now remove the loop at ivcanon time.
authorJan Hubicka <jh@suse.cz>
Thu, 25 Oct 2012 19:24:19 +0000 (21:24 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 25 Oct 2012 19:24:19 +0000 (19:24 +0000)
* gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop
at ivcanon time.

From-SVN: r192822

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c

index 16c0ce6c1b9f07df26e2275a35b3f911b6f70ad6..e4ae2b8fca0a3c599ba8fe12143520e5bec32140 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-25  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop
+       at ivcanon time.
+
 2012-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/53761
index 02c94260a3288e9dbdcea0f1de969b845eccf806..e42919c342f4d57dc97edbcaa09b292a36e74fe2 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -fdump-tree-cunroll-details" } */
+/* { dg-options "-O3 -fdump-tree-ivcanon-details" } */
 int a[1];
 test(int c)
 { 
@@ -16,6 +16,6 @@ test(int c)
 
 /* We should do this as part of cunrolli, but our cost model do not take into account early exit
    from the last iteration.  */
-/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "cunrolli"} } */
-/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
-/* { dg-final { cleanup-tree-dump "cunroll" } } */
+/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "ivcanon"} } */
+/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "ivcanon"} } */
+/* { dg-final { cleanup-tree-dump "ivcanon" } } */