function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT check to use targe...
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 2 Aug 2019 17:28:27 +0000 (17:28 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Fri, 2 Aug 2019 17:28:27 +0000 (17:28 +0000)
commit8707c01da9b4a2160fbe04d282e2526da38d3e48
tree6feea4af97bb03efcafa97d442c899379fe43b08
parent25a60571aff8fcb526b5803dd658b98ffbcace13
function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT check to use targetm.slow_unaligned_access instead.

2019-08-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT
        check to use targetm.slow_unaligned_access instead.

From-SVN: r274025
gcc/ChangeLog
gcc/function.c