expr.h (enum libfunc_index): Add LTI_memmove.
commitb215b52e59a5fe300f5327a4fd886c9e1673a4c0
authorLoren J. Rittle <ljrittle@acm.org>
Sat, 14 Apr 2001 03:39:22 +0000 (14 03:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 14 Apr 2001 03:39:22 +0000 (13 21:39 -0600)
tree5b638748d0c466ab143b2c127c2433c3c4b20c1e
parent7eb07bdb5009fed93ff5164aed7a26d2c58cfc5f
expr.h (enum libfunc_index): Add LTI_memmove.

        * expr.h (enum libfunc_index): Add LTI_memmove.
        (memmove_libfunc): Define macro.
        * optabs.c (init_optabs): Initialize memmove_libfunc.
        * expr.c (expand_assignment): Use memmove_libfunc instead of
        memcpy_libfunc.

From-SVN: r41345
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/optabs.c