This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
And, I forgot the patch
- To: gcc at gcc dot gnu dot org, rth at redhat dot com, David Edelsohn <dje at watson dot ibm dot com>, Jason Merrill <jason at cygnus dot com>
- Subject: And, I forgot the patch
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Fri, 08 Jun 2001 18:02:33 -0700
- Organization: CodeSourcery, LLC
Here's the Stepanov patch.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
Index: toplev.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/toplev.c,v
retrieving revision 1.420.2.25
diff -c -p -r1.420.2.25 toplev.c
*** toplev.c 2001/06/05 20:39:11 1.420.2.25
--- toplev.c 2001/06/09 00:58:10
*************** rest_of_compilation (decl)
*** 3083,3088 ****
--- 3083,3092 ----
timevar_pop (TV_CSE);
close_dump_file (DFI_cse, print_rtl, insns);
+
+ find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
+ life_analysis (insns, rtl_dump_file,
+ PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE);
}
open_dump_file (DFI_addressof, decl);