This is the mail archive of the gcc@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]

And, I forgot the patch



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


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