expr.c (emit_block_move): Do not call memcpy as a libcall instead build up a CALL_EXP...
authorJeffrey A Law <law@cygnus.com>
Tue, 18 Aug 1998 17:49:28 +0000 (17:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 18 Aug 1998 17:49:28 +0000 (11:49 -0600)
commit52cf7115042b53aca4fd08ed4788136173258fd1
tree204fa56dd26f617dfbc77b6524547796e4392cb0
parente27a51061835b998d7baa5e7fae34172dfae3f64
expr.c (emit_block_move): Do not call memcpy as a libcall instead build up a CALL_EXPR and call it like...

        * expr.c (emit_block_move): Do not call memcpy as a libcall
        instead build up a CALL_EXPR and call it like any other
        function.
        (clear_storage): Similarly for memset.

From-SVN: r21831
gcc/ChangeLog
gcc/expr.c