]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
octeon2-pipe-1.c: Use cleanup-rtl-dump rather than cleanup-tree-dump.
authorAndrew Pinski <apinski@cavium.com>
Sat, 14 Jul 2012 01:15:59 +0000 (01:15 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 14 Jul 2012 01:15:59 +0000 (18:15 -0700)
2012-07-13  Andrew Pinski  <apinski@cavium.com>

* gcc.target/mips/octeon2-pipe-1.c: Use cleanup-rtl-dump
rather than cleanup-tree-dump.
* gcc.target/mips/octeon-pipe-1.c: Likewise.

tree

From-SVN: r189477

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/octeon-pipe-1.c
gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c

index 9e6e3b4b5f1b7a1a645b71a872776fa9457859cc..ea2e17a824bb38a2e776256004927c311c2805e8 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-13  Andrew Pinski  <apinski@cavium.com>
+
+       * gcc.target/mips/octeon2-pipe-1.c: Use cleanup-rtl-dump
+       rather than cleanup-tree-dump.
+       * gcc.target/mips/octeon-pipe-1.c: Likewise.
+
 2012-07-13  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/53907
index bbcf7c8fcbbba253963123ebd17d6d61c744519c..3c9d926d6021e30bcdb5faed60f1370812e9b16f 100644 (file)
@@ -8,4 +8,4 @@ NOMIPS16 int f (int a, int b)
 }
 
 /* { dg-final { scan-rtl-dump "octeon_mult\\*71" "sched2" } }  */
-/* { dg-final { cleanup-tree-dump "sched2" } }  */
+/* { dg-final { cleanup-rtl-dump "sched2" } }  */
index da4f6321c73213bb0c9765c47d5efcb8a0b7c218..dc665dd7399a6a07333563d54a45738e20cf73f8 100644 (file)
@@ -8,4 +8,4 @@ NOMIPS16 int f (int a, int b)
 }
 
 /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } }  */
-/* { dg-final { cleanup-tree-dump "sched2" } }  */
+/* { dg-final { cleanup-rtl-dump "sched2" } }  */