diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/loop-7.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/loop-7.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/loop-7.c b/gcc/testsuite/gcc.dg/loop-7.c index 0457add..9f7196f 100644 --- a/gcc/testsuite/gcc.dg/loop-7.c +++ b/gcc/testsuite/gcc.dg/loop-7.c @@ -12,5 +12,4 @@ void f(int *a) /* Load of 0 is moved out of the loop. */ /* { dg-final { scan-rtl-dump-times "Decided" 1 "loop2_invariant" } } */ -/* { dg-final { cleanup-rtl-dump "loop2_invariant" } } */ |