[PATCH 10/17][ARM] Refactor support code for NEON builtins.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 23 Sep 2016 09:59:55 +0000 (09:59 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Fri, 23 Sep 2016 09:59:55 +0000 (09:59 +0000)
commitbce2b8f9587a0f55ccee6b69bffb90cd397aac6d
treecdc5c562820e0b11df89c52054d9115c8913f8c6
parent55a9b91ba89e744f86bb6445797e8840585f3258
[PATCH 10/17][ARM] Refactor support code for NEON builtins.

gcc/
2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>

* config/arm/arm-builtins.c (arm_init_neon_builtin): New.
(arm_init_builtins): Move body of a loop to the standalone
function arm_init_neon_builtin.
(arm_expand_neon_builtin_1): New.  Update comment.  Function body
moved from arm_neon_builtin with some white-space fixes.
(arm_expand_neon_builtin): Move code into the standalone function
arm_expand_neon_builtin_1.

From-SVN: r240416
gcc/ChangeLog
gcc/config/arm/arm-builtins.c