octeon2-pipe-1.c: Use cleanup-rtl-dump rather than cleanup-tree-dump.

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
This commit is contained in:
Andrew Pinski 2012-07-14 01:15:59 +00:00 committed by Andrew Pinski
parent bf54274fb5
commit 3f245efcff
3 changed files with 8 additions and 2 deletions

View 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

View 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" } } */

View 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" } } */