* value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL argument
commit357e29f486d48a69d825c97b2aea96fbac715a86
authorfyang <fyang@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Aug 2015 14:34:52 +0000 (21 14:34 +0000)
committerfyang <fyang@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Aug 2015 14:34:52 +0000 (21 14:34 +0000)
tree11b1f0ca9c33577ba7a05ff5ff8c97cbd87117de
parent2a33a5954f9d959cc1d9360b8043288b51043c0f
* value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL argument
and get builtin function code directly from CALL.
(gimple_stringop_fixed_value): Modified accordingly.
(gimple_stringops_transform, gimple_stringops_values_to_profile): Modified
accordingly and only accept BUILT_IN_NORMAL string operations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227060 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/value-prof.c