diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c b/gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c index e5fe291..0582e26 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/structopt-1.c @@ -12,4 +12,3 @@ int foo() { /* { dg-final { scan-tree-dump-times "Executing store motion of global.y" 1 "lim1" } } */ /* XXX: We should also check for the load motion of global.x, but there is no easy way to do this. */ -/* { dg-final { cleanup-tree-dump "lim1" } } */ |