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]

[patch] final.c: Remove a commented-out code.


Hi,

This #if 0 has been like this ever since GCC was put into CVS.

Committed as obvious.

Kazu Hirata

2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>

	* final.c (final_scan_insn): Remove commented-out code.

Index: final.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/final.c,v
retrieving revision 1.295
diff -u -r1.295 final.c
--- final.c	27 Nov 2003 06:45:24 -0000	1.295
+++ final.c	27 Nov 2003 18:17:18 -0000
@@ -2153,10 +2153,6 @@
 
 	if (optimize)
 	  {
-#if 0
-	    rtx set = single_set (insn);
-#endif
-
 	    if (set
 		&& GET_CODE (SET_DEST (set)) == CC0
 		&& insn != last_ignored_compare)


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