diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c b/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c index 565dd1cd366..49102df3e61 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c +++ b/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c @@ -1,6 +1,6 @@ /* Testcase derived from gcc.c-torture/execute cmpsf-1.c which showed jump threading profile insanities. */ -/* { dg-options "-Ofast -fdump-tree-dom1-all" } */ +/* { dg-options "-Ofast -fdump-tree-dom2-all" } */ #include <limits.h> @@ -181,4 +181,4 @@ main (void) exit (0); } -/* { dg-final-use { scan-tree-dump-not "Invalid sum" "dom1"} } */ +/* { dg-final-use { scan-tree-dump-not "Invalid sum" "dom2"} } */ |