Commit 0c08e1f8 by Rainer Orth Committed by Rainer Orth

Fix dumpfile name in gcc.dg/tree-prof/update-loopch.c

	* gcc.dg/tree-prof/update-loopch.c: Fix dumpfile name in
	scan-tree-dump*.

From-SVN: r260638
parent ac025fd6
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> 2018-05-24 Andre Vieira <andre.simoesdiasvieira@arm.com>
PR target/83009 PR target/83009
......
...@@ -16,7 +16,7 @@ main () ...@@ -16,7 +16,7 @@ main ()
edge. */ edge. */
/* autofdo cannot do that precise counts */ /* 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-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 "loop depth 1, count 33333" "switchlower1"} } */
/* { dg-final-use-not-autofdo { scan-tree-dump-not "loop depth 1, count 33332" "switchlower"} } */ /* { 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" "switchlower"} } */ /* { dg-final-use-not-autofdo { scan-tree-dump "Removing basic block" "switchlower1"} } */
/* { dg-final-use { scan-tree-dump-not "Invalid sum" "switchlower"} } */ /* { dg-final-use { scan-tree-dump-not "Invalid sum" "switchlower1"} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment