[PATCH]Fix scan-tree-dump-times syntax errors in gcc.dg/tree-ssa/attr-hotcold-2.c
authorRenlin Li <renlin.li@arm.com>
Mon, 20 Jun 2016 14:27:16 +0000 (14:27 +0000)
committerRenlin Li <renlin@gcc.gnu.org>
Mon, 20 Jun 2016 14:27:16 +0000 (14:27 +0000)
gcc/testsuite/

2016-06-20  Renlin Li  <renlin.li@arm.com>

* gcc.dg/tree-ssa/attr-hotcold-2.c: Fix syntax errors.

From-SVN: r237605

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c

index b92b574..369300d 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-20  Renlin Li  <renlin.li@arm.com>
+
+       * gcc.dg/tree-ssa/attr-hotcold-2.c: Fix syntax errors.
+
 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * gcc.target/aarch64/vcvt_f64_1.c: New.
index 6623d9e..e2e8143 100644 (file)
@@ -18,8 +18,8 @@ void f(int x, int y)
   return;
 }
 
-/* { dg-final { scan-tree-dump-times "hot label heuristics" 1 "profile_estimate" } } */
-/* { dg-final { scan-tree-dump-times "cold label heuristics" 1 "profile_estimate" } } */
+/* { dg-final { scan-tree-dump-times "hot label heuristics" 1 "profile_estimate" } } */
+/* { dg-final { scan-tree-dump-times "cold label heuristics" 1 "profile_estimate" } } */
 /* { dg-final { scan-tree-dump-times "block 4, loop depth 0, count 0, freq \[1-4\]\[^0-9\]" 1 "profile_estimate" } } */
 
 /* Note: we're attempting to match some number > 6000, i.e. > 60%.