builtins.c (expand_builtin_memmove): Delete duplicate code and accept a tree type...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 5 Oct 2004 17:10:42 +0000 (17:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 5 Oct 2004 17:10:42 +0000 (17:10 +0000)
commitfdd5d9e2ec810b1c60858ba6d0eb69b6f1c4969c
treef701a614c5d5177f2070b1870eafb26d3f72961e
parent5544148e928e9fb556792281b5a856f89d265d77
builtins.c (expand_builtin_memmove): Delete duplicate code and accept a tree type for the result.

* builtins.c (expand_builtin_memmove): Delete duplicate code
and accept a tree type for the result.
(expand_builtin_bcopy): Accept a tree type for the result.
(fold_builtin_memmove): Accept an arglist and tree type for
the result.

From-SVN: r88563
gcc/ChangeLog
gcc/builtins.c