diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/octeon-pipe-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/pr54240.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c b/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c index 4488e3d5117..3832781a623 100644 --- a/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c +++ b/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c @@ -9,4 +9,3 @@ NOMIPS16 int f (int a, int b) } /* { dg-final { scan-rtl-dump "octeon_mult\\*71" "sched2" } } */ -/* { dg-final { cleanup-rtl-dump "sched2" } } */ diff --git a/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c b/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c index 18fd966715d..6be0ca8d71d 100644 --- a/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c +++ b/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c @@ -9,4 +9,3 @@ NOMIPS16 int f (int a, int b) } /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */ -/* { dg-final { cleanup-rtl-dump "sched2" } } */ diff --git a/gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c b/gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c index 3b832662d40..28e6fcd60ac 100644 --- a/gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c +++ b/gcc/testsuite/gcc.target/mips/octeon3-pipe-1.c @@ -9,4 +9,3 @@ NOMIPS16 int f (int a, int b) } /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */ -/* { dg-final { cleanup-rtl-dump "sched2" } } */ diff --git a/gcc/testsuite/gcc.target/mips/pr54240.c b/gcc/testsuite/gcc.target/mips/pr54240.c index cedb97a6ac2..2d55b822344 100644 --- a/gcc/testsuite/gcc.target/mips/pr54240.c +++ b/gcc/testsuite/gcc.target/mips/pr54240.c @@ -25,4 +25,3 @@ NOMIPS16 int foo(S *s) } /* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt1" } } */ -/* { dg-final { cleanup-tree-dump "phiopt1" } } */ |