Add missing gimple_call_set_fntype
authorMartin Jambor <mjambor@suse.cz>
Fri, 4 Oct 2019 16:25:02 +0000 (18:25 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Fri, 4 Oct 2019 16:25:02 +0000 (18:25 +0200)
commit432bbcbb1e9d4a2b2bd946a0120c2be52c4ec01d
treefe5519960687c1312df8d0c2ed9db817bbbdb154
parentddf25542f2fadde86c04547decb73c08a99ee215
Add missing gimple_call_set_fntype

2019-10-04  Martin Jambor  <mjambor@suse.cz>

* tree-ssa-forwprop.c (simplify_builtin_call): Set gimple call
fntype when switching to calling memcpy instead of memset.

From-SVN: r276593
gcc/ChangeLog
gcc/tree-ssa-forwprop.c