summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2015-07-25 01:28:21 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2015-07-24 21:28:21 -0400
commit64d7fb90be5b6aba8ae99e3510faec8d73df879e (patch)
treedbdb2c3fec9b247df8cbdbf94a7a9569a539909f /gcc/common.opt
parenta406c8ce3f42685e53d8ade8ea4920b26f839ada (diff)
downloadgcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.tar.gz
Revert:
2015-07-23 Alexandre Oliva <aoliva@redhat.com> From-SVN: r226202
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 6d47e94de17..8f25f8b35cf 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2230,16 +2230,16 @@ Common Report Var(flag_tree_ch) Optimization
Enable loop header copying on trees
ftree-coalesce-inlined-vars
-Common Ignore RejectNegative
-Does nothing. Preserved for backward compatibility.
+Common Report Var(flag_ssa_coalesce_vars,1) Init(2) RejectNegative Optimization
+Enable coalescing of copy-related user variables that are inlined
ftree-coalesce-vars
-Common Report Var(flag_tree_coalesce_vars) Optimization
-Enable SSA coalescing of user variables
+Common Report Var(flag_ssa_coalesce_vars,2) Optimization
+Enable coalescing of all copy-related user variables
ftree-copyrename
-Common Ignore
-Does nothing. Preserved for backward compatibility.
+Common Report Var(flag_tree_copyrename) Optimization
+Replace SSA temporaries with better names in copies
ftree-copy-prop
Common Report Var(flag_tree_copy_prop) Optimization