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]

[RFA/RFT] Remove -fcse-skip-blocks


It may be interesting to SPEC-test this (the patch of course is not needed for that).

common.opt | 4 -
cse.c | 175 ++++++--------------------------------------------------
doc/invoke.texi | 13 ----
opts.c | 1
passes.c | 6 -
5 files changed, 24 insertions(+), 175 deletions(-)


Not a big amount of code, but it is the first step if we want CSE to work on EBB's (did I get this right, Steven?).

Paolo


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