Fix PR tree-optimization/20703 Fix PR tree-optimization/20725
[platform/upstream/gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-pre-3.c
index 6952bc6..3925f75 100644 (file)
@@ -11,5 +11,5 @@ unsigned foo1 (unsigned a, unsigned b)
   return j + k;
 }
 /* We should eliminate both 4*b and 4*a from the main body of the loop */
-/* { dg-final { scan-tree-dump-times "Eliminated:2" 1 "pre"} } */
+/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre"} } */
 /* { dg-final { cleanup-tree-dump "pre" } } */