This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Graphite review, graphite parts [1/n]


On Fri, Aug 22, 2008 at 3:55 AM, Richard Guenther <rguenther@suse.de> wrote:
> Ok, I see.  A comment explaining this and refering to mark_old_loops
> for remove_dead_loops would be nice.

Here's what I committed.

Sebastian

Index: graphite.c
===================================================================
--- graphite.c	(revision 139415)
+++ graphite.c	(working copy)
@@ -3402,6 +3402,8 @@ remove_dead_loops (void)

   FOR_EACH_LOOP (li, loop, LI_FROM_INNERMOST)
     {
+      /* Remove only those loops that we marked to be removed with
+	 mark_old_loops.  */
       if (loop->header)
 	continue;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]