builtins.c (expand_builtin_strlen): Do not call emit_move_insn with a PLUS as source...
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 30 Sep 2004 01:39:35 +0000 (01:39 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 30 Sep 2004 01:39:35 +0000 (01:39 +0000)
commit7ce3fc8ffed7f487ea24b17a01ace93082787d5e
tree55b63db8c40918329d735b5d045aceb9f60266e3
parente670d9e4cec6b4d18e98bf8e0fddc0373d781c9f
builtins.c (expand_builtin_strlen): Do not call emit_move_insn with a PLUS as source operand.

* builtins.c (expand_builtin_strlen): Do not call emit_move_insn
with a PLUS as source operand.
(expand_movstr): Likewise.
(expand_builtin_stpcpy): Likewise.

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