]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
slsr-30.c: Use correct cleanup directive.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 8 Oct 2012 08:08:44 +0000 (08:08 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 8 Oct 2012 08:08:44 +0000 (08:08 +0000)
* gcc.dg/tree-ssa/slsr-30.c: Use correct cleanup directive.
* gcc.dg/tree-ssa/attr-hotcold-2.c: Likewise.
* gcc.dg/tree-ssa/ldist-21.c: Add missing cleanup directive.

From-SVN: r192197

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
gcc/testsuite/gcc.dg/tree-ssa/ldist-21.c
gcc/testsuite/gcc.dg/tree-ssa/slsr-30.c

index 5eb6c6d44ec0bbb7b73b97023522cd2acaf6dc90..4d58edfe3fdc9f51c63c2f124263ee5f09ba9a35 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-08  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/tree-ssa/slsr-30.c: Use correct cleanup directive.
+       * gcc.dg/tree-ssa/attr-hotcold-2.c: Likewise.
+       * gcc.dg/tree-ssa/ldist-21.c: Add missing cleanup directive.
+
 2012-10-08  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/54760
index 27c4bfa27cec9f0580064c3ed2bae96c507b427d..d0225ec164e915639455e7a6472fdabc508f3239 100644 (file)
@@ -25,4 +25,4 @@ void f(int x, int y)
    the testcase around too much.  */
 /* { dg-final { scan-ipa-dump-times "block 5, loop depth 0, count 0, freq \[6-9\]\[0-9\]\[0-9\]\[0-9\]" 1 "profile_estimate" } } */
 
-/* { dg-final { cleanup-tree-dump "profile_estimate" } } */
+/* { dg-final { cleanup-ipa-dump "profile_estimate" } } */
index 35f01aba2a6a458efcdaa16b46c63bfb549b7773..5401dcf0414add293da12c26c582719fddb4fe46 100644 (file)
@@ -9,3 +9,4 @@ void bar(char *p, int n)
 }
 
 /* { dg-final { scan-tree-dump "generated memmove" "ldist" } } */
+/* { dg-final { cleanup-tree-dump "ldist" } } */
index 9620f224115ae6e94c62e911b58d27f5189cb7c1..5fea3d3db82c17c68d3a1f03cf81a763f4b06f26 100644 (file)
@@ -21,4 +21,4 @@ f (int s, long c)
 }
 
 /* { dg-final { scan-tree-dump-times " \\* " 3 "dom2" } } */
-/* { dg-final { cleanup-tree-dump "optimized" } } */
+/* { dg-final { cleanup-tree-dump "dom2" } } */