(emit_block_move): When call emit_libary_call for bcopy,
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 19 Dec 1995 02:01:45 +0000 (18:01 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 19 Dec 1995 02:01:45 +0000 (18:01 -0800)
commit3b6f75e2d1d08126335ec33aff3df85b8667d7cc
tree3b0fe6731a7af0f9c3f2e4205d9aa426d7d86e9c
parent3ea4ff2e264ccf1b5f3c63657f7fbca9894339ab
(emit_block_move): When call emit_libary_call for bcopy,

pass arguments using correct types and modes.
(emit_push_insn, expand_assignment): Likewise.
(clear_storage, store_expr): Likewise for memset and bzero.
(store_constructor): Likewise for memset.

From-SVN: r10808
gcc/expr.c