reg-stack.c (struct block_info_def): Correct grammar typo.
authorRoger Sayle <roger@eyesopen.com>
Sat, 4 Jun 2005 22:05:35 +0000 (22:05 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 4 Jun 2005 22:05:35 +0000 (22:05 +0000)
commit579e4a82ecac7f9204f505c69d4e9551421324db
tree8335f5fc6555b2980dc3a9d65b5fd1347670edd4
parent6d0a809119630fb9f86f9a88d0d3c64f57a50fc9
reg-stack.c (struct block_info_def): Correct grammar typo.

* reg-stack.c (struct block_info_def): Correct grammar typo.
(compensate_edge): Clean-up.  Perform as little work as possible
when src and dest stacks match.  Avoid modifying block_info.
Reorder and simplify assertion checks.  Avoid unnecessary copying
of regstack structure.
(convert_regs_1): Set the done flag here...
(convert_regs_2): ... instead of here.

From-SVN: r100602
gcc/ChangeLog
gcc/reg-stack.c