public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH remove redundant PUT_CODE in flow.c
@ 2004-07-08  2:49 Per Bothner
  0 siblings, 0 replies; only message in thread
From: Per Bothner @ 2004-07-08  2:49 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

I checked in the attached patch as "obvious", since
the SET_INSN_DELETED macro (from my 2004-06-30 patch)
does the PUT_CODE.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


[-- Attachment #2: flow.patch --]
[-- Type: text/plain, Size: 461 bytes --]

	* flow.c (attempt_auto_inc):  Remove now-redundant PUT_CODE.

Index: flow.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/flow.c,v
retrieving revision 1.591
diff -u -p -r1.591 flow.c
--- flow.c	1 Jul 2004 12:52:43 -0000	1.591
+++ flow.c	8 Jul 2004 01:22:18 -0000
@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block
 	    }
 	}
 
-      PUT_CODE (incr, NOTE);
       SET_INSN_DELETED (incr);
     }
 

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

only message in thread, other threads:[~2004-07-08  1:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-08  2:49 PATCH remove redundant PUT_CODE in flow.c Per Bothner

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).