Skip to content

Commit 002ea84

Browse files
author
law
committed
* web.c: Remove out-of-date comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256106 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent d7ea903 commit 002ea84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gcc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-01-02 Artyom Skrobov <[email protected]>
2+
3+
* web.c: Remove out-of-date comment.
4+
15
2018-01-02 Richard Sandiford <[email protected]>
26

37
* expr.c (fixup_args_size_notes): Check that any existing

gcc/web.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ along with GCC; see the file COPYING3. If not see
2222
increasing effectiveness of other optimizations. The optimization can
2323
serve as an example of use for the dataflow module.
2424
25-
We don't split registers with REG_USERVAR set unless -fmessy-debugging
26-
is specified, because debugging information about such split variables
27-
is almost unusable.
28-
2925
TODO
3026
- We may use profile information and ignore infrequent use for the
3127
purpose of web unifying, inserting the compensation code later to

0 commit comments

Comments
 (0)