public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR64048
@ 2014-12-10 15:46 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2014-12-10 15:46 UTC (permalink / raw)
  To: gcc-patches


Committed.

Richard.

2014-12-10  Richard Biener  <rguenther@suse.de>

	PR testsuite/64048
	* gcc.dg/tree-prof/peel-1.c: Update dump scanning.

Index: gcc/testsuite/gcc.dg/tree-prof/peel-1.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-prof/peel-1.c	(revision 218582)
+++ gcc/testsuite/gcc.dg/tree-prof/peel-1.c	(working copy)
@@ -20,7 +20,7 @@ main()
     t();
   return 0;
 }
-/* { dg-final-use { scan-rtl-dump "Considering simply peeling loop" "loop2_unroll" } } */
+/* { dg-final-use { scan-tree-dump "Peeled loop ., 2 times" "cunroll" } } */
 /* In fact one peeling is enough; we however mispredict number of iterations of the loop
    at least until loop_ch is schedule ahead of profiling pass.  */
-/* { dg-final-use { cleanup-rtl-dump "loop2_unroll" } } */
+/* { dg-final-use { cleanup-tree-dump "cunroll" } } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-10 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 15:46 [PATCH] Fix PR64048 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).