* flow.c (update_life_info): Amend comment about when a register
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 2003 14:18:48 +0000 (14:18 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 2003 14:18:48 +0000 (14:18 +0000)
can become dead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73838 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index da8f09c..2502b4b 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-22  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * flow.c (update_life_info): Amend comment about when a register
+       can become dead.
+
 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
 
        * doc/.cvsignore: Delete.
index 7ad7a80..0dffb46 100644 (file)
@@ -594,6 +594,9 @@ verify_local_live_at_start (regset new_live_at_start, basic_block bb)
    generates subregs of a multi-word pseudo, current life analysis will
    lose the kill.  So we _can_ have a pseudo go live.  How irritating.
 
+   It is also not true when a peephole decides that it doesn't need one
+   or more of the inputs.
+
    Including PROP_REG_INFO does not properly refresh regs_ever_live
    unless the caller resets it to zero.  */