diff options
author | Artyom Skrobov <tyomitch@gmail.com> | 2018-01-02 19:16:44 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2018-01-02 12:16:44 -0700 |
commit | a7e92aff74d014fba5765654333b2dbb2b294913 (patch) | |
tree | c68129998b2ed72560e26b14ad78bf373556f376 | |
parent | 2bc6986d01c982026bb990a0b021b08f132fff74 (diff) | |
download | gcc-a7e92aff74d014fba5765654333b2dbb2b294913.zip gcc-a7e92aff74d014fba5765654333b2dbb2b294913.tar.gz gcc-a7e92aff74d014fba5765654333b2dbb2b294913.tar.bz2 |
* web.c: Remove out-of-date comment.
From-SVN: r256106
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/web.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8784450..403c46f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-01-02 Artyom Skrobov <tyomitch@gmail.com> + + * web.c: Remove out-of-date comment. + 2018-01-02 Richard Sandiford <richard.sandiford@linaro.org> * expr.c (fixup_args_size_notes): Check that any existing @@ -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 |