aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2010-05-18 16:37:30 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2010-05-18 14:37:30 +0000
commit80e2a014c8f9517884c069c7718faa5211c4f895 (patch)
tree73de9712ab9d7c929ac571c089b4878eb3bd9419 /gcc/opts.c
parent26195ca5a2ecf64f5a8ff0bfbe206eaf377b8a33 (diff)
downloadgcc-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index 14c9b04..d5a9fb3 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -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;
}