From a7e92aff74d014fba5765654333b2dbb2b294913 Mon Sep 17 00:00:00 2001 From: Artyom Skrobov Date: Tue, 2 Jan 2018 19:16:44 +0000 Subject: [PATCH] * web.c: Remove out-of-date comment. From-SVN: r256106 --- gcc/ChangeLog | 4 ++++ gcc/web.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8784450d1a6..403c46ff344 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-01-02 Artyom Skrobov + + * web.c: Remove out-of-date comment. + 2018-01-02 Richard Sandiford * expr.c (fixup_args_size_notes): Check that any existing diff --git a/gcc/web.c b/gcc/web.c index a642f219865..217e799ef73 100644 --- a/gcc/web.c +++ b/gcc/web.c @@ -22,10 +22,6 @@ along with GCC; see the file COPYING3. If not see increasing effectiveness of other optimizations. The optimization can serve as an example of use for the dataflow module. - We don't split registers with REG_USERVAR set unless -fmessy-debugging - is specified, because debugging information about such split variables - is almost unusable. - TODO - We may use profile information and ignore infrequent use for the purpose of web unifying, inserting the compensation code later to -- 2.30.2