This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Weird comment in flow.c
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: gcc at gnu dot org
- Date: Sun, 2 Feb 2003 18:04:39 +0100
- Subject: Weird comment in flow.c
Hello,
this comment is found in flow.c:
The post-reload life analysis have (on a global basis) the same
registers live as was computed by reload itself. elimination
Otherwise offsets and such may be incorrect.
Does someone know what should it say correctly?
Zdenek