diff options
author | Jan Hubicka <jh@suse.cz> | 2010-05-18 16:37:30 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-05-18 14:37:30 +0000 |
commit | 80e2a014c8f9517884c069c7718faa5211c4f895 (patch) | |
tree | 73de9712ab9d7c929ac571c089b4878eb3bd9419 /gcc/opts.c | |
parent | 26195ca5a2ecf64f5a8ff0bfbe206eaf377b8a33 (diff) | |
download | gcc-80e2a014c8f9517884c069c7718faa5211c4f895.zip gcc-80e2a014c8f9517884c069c7718faa5211c4f895.tar.gz gcc-80e2a014c8f9517884c069c7718faa5211c4f895.tar.bz2 |
ipacp_0.c: New test.
* gcc.dg/lto/ipacp_0.c: New test.
* gcc.dg/lto/ipacp_1.c: New test.
* opts.c (decode_options): Do not disable whopr at ipa_cp.
* ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
From-SVN: r159535
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1150,7 +1150,6 @@ decode_options (unsigned int argc, const char **argv) if (flag_wpa || flag_ltrans) { /* These passes are not WHOPR compatible yet. */ - flag_ipa_cp = 0; flag_ipa_pta = 0; flag_ipa_struct_reorg = 0; } |