Fix dumpfile name in gcc.dg/tree-prof/update-loopch.c
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 24 May 2018 12:27:01 +0000 (12:27 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 24 May 2018 12:27:01 +0000 (12:27 +0000)
* gcc.dg/tree-prof/update-loopch.c: Fix dumpfile name in
scan-tree-dump*.

From-SVN: r260638

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/update-loopch.c

index 485cee4b2131dfa076a896c263520f682987ea75..ee9779210cb0967433c4f3a410ec903ab624d235 100644 (file)
@@ -1,3 +1,8 @@
+2018-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.dg/tree-prof/update-loopch.c: Fix dumpfile name in
+       scan-tree-dump*.
+
 2018-05-24  Andre Vieira  <andre.simoesdiasvieira@arm.com>
 
        PR target/83009
index 15baada108112a63a164bafe6afc1bf6864854e2..3b3ad9809462a6385239c327b02c3f90adedc424 100644 (file)
@@ -16,7 +16,7 @@ main ()
    edge.  */
 /* autofdo cannot do that precise counts */
 /* { dg-final-use-not-autofdo { scan-ipa-dump "loop depth 1, count 33334" "profile"} } */
-/* { dg-final-use-not-autofdo { scan-tree-dump "loop depth 1, count 33333" "switchlower"} } */
-/* { dg-final-use-not-autofdo { scan-tree-dump-not "loop depth 1, count 33332" "switchlower"} } */
-/* { dg-final-use-not-autofdo { scan-tree-dump "Removing basic block" "switchlower"} } */
-/* { dg-final-use { scan-tree-dump-not "Invalid sum" "switchlower"} } */
+/* { dg-final-use-not-autofdo { scan-tree-dump "loop depth 1, count 33333" "switchlower1"} } */
+/* { dg-final-use-not-autofdo { scan-tree-dump-not "loop depth 1, count 33332" "switchlower1"} } */
+/* { dg-final-use-not-autofdo { scan-tree-dump "Removing basic block" "switchlower1"} } */
+/* { dg-final-use { scan-tree-dump-not "Invalid sum" "switchlower1"} } */