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]

Revert accidental change enabling ipcp


Hi,
yesterday I accidentally committed my local change enabling ipcp.  We
are not quite there yet, still we need some way to trottle code size
expansion.

Honza

Index: ChangeLog
===================================================================
*** ChangeLog	(revision 139531)
--- ChangeLog	(working copy)
***************
*** 1,5 ****
--- 1,9 ----
  2008-08-23  Jan Hubicka  <jh@suse.cz>
  
+ 	* opts.c (decode_options): Revert accidental change enabling ipa-cp.
+ 
+ 2008-08-23  Jan Hubicka  <jh@suse.cz>
+ 
  	* ipa-cp.c (constant_val_insert): Remove.
  	(ipcp_propagate_one_const): Remove.
  	(ipcp_create_replace_map): Always insert replacements to the map.
Index: opts.c
===================================================================
*** opts.c	(revision 139531)
--- opts.c	(working copy)
*************** decode_options (unsigned int argc, const
*** 951,957 ****
    flag_tree_builtin_call_dce = opt2;
    flag_tree_pre = opt2;
        flag_tree_switch_conversion = 1;
-       flag_ipa_cp = opt2;
  
        /* Allow more virtual operators to increase alias precision.  */
  
--- 951,956 ----


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