expr.c (emit_block_move): Properly handle case where one of the block move arguments...
authorJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 00:42:37 +0000 (18:42 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 00:42:37 +0000 (18:42 -0600)
commit5dd2921918e6d0190b75f0ee8df2fd5499463315
tree5a67bf20bbb6295623f5590fe4e0b06783f9ef10
parent0ce1234e7bdb87e0b1ff6a4da331e4c29d701a42
expr.c (emit_block_move): Properly handle case where one of the block move arguments has a queued...


        * expr.c (emit_block_move): Properly handle case where one of the
        block move arguments has a queued increment or decrement.
        (clear_storage): Similarly.  Fix formatting goof.

From-SVN: r27821
gcc/ChangeLog