diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/fold-cstvecshift.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/fold-cstvecshift.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/fold-cstvecshift.c b/gcc/testsuite/gcc.dg/fold-cstvecshift.c index 51f42d4..1307d05 100644 --- a/gcc/testsuite/gcc.dg/fold-cstvecshift.c +++ b/gcc/testsuite/gcc.dg/fold-cstvecshift.c @@ -10,4 +10,3 @@ void f (vec *r) } /* { dg-final { scan-tree-dump "{ 4, 6, 8, 10 }" "ccp1"} } */ -/* { dg-final { cleanup-tree-dump "ccp1" } } */ |