This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> I'm probably misunderstanding something here, but doesn't that mean you > end up with a REG_DEAD note for register 107 attached to an insn that > doesn't actually use register 107? No, distribute_notes scans the insn chain and punts. > I thought the correct fix would be to cause the life info to be updated. That's what happens eventually, yes. -- Eric Botcazou
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |