]> git.ipfire.org Git - thirdparty/gcc.git/commit
2018-07-31 Aaron Sawdey <acsawdey@linux.ibm.com>
authoracsawdey <acsawdey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 18:11:54 +0000 (18:11 +0000)
committeracsawdey <acsawdey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 18:11:54 +0000 (18:11 +0000)
commit5902482efb7c043376f893cbfc760ba5cfa1c651
treec10a388cd3cac15d732ba9ca1a017c81456cad6f
parent78095ef84bbe24cd371a4a3baeaf83944efac6a2
2018-07-31  Aaron Sawdey  <acsawdey@linux.ibm.com>

* config/rs6000/rs6000-string.c (select_block_compare_mode): Move test
for word_mode_ok here instead of passing as argument.
(expand_block_compare): Change select_block_compare_mode() call.
(expand_strncmp_gpr_sequence): New function.
(expand_strn_compare): Make use of expand_strncmp_gpr_sequence.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263273 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000-string.c