diff options
author | Bilyan Borisov <bilyan.borisov@arm.com> | 2015-09-21 10:07:44 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2015-09-21 10:07:44 +0000 |
commit | 6ad9ac88388d049d48364b59a58d1cb72c50c7c6 (patch) | |
tree | 23c940822167094e236f7b01b1056d1e18b411c6 /gcc/tree-ssa-loop-niter.c | |
parent | 84fe5e5c412dccda48c87c775672433d5034b160 (diff) | |
download | gcc-6ad9ac88388d049d48364b59a58d1cb72c50c7c6.zip gcc-6ad9ac88388d049d48364b59a58d1cb72c50c7c6.tar.gz gcc-6ad9ac88388d049d48364b59a58d1cb72c50c7c6.tar.bz2 |
[ARM] Replacing variable swaps that use a temporary variable with a call to std::swap in gcc/config/arm/arm.c
On behalf of <bilyan.borisov@arm.com>
2015-09-21 Bilyan Borisov <bilyan.borisov@arm.com>
* config/arm/arm.c (thumb_output_move_mem_multiple): Replaced
operands[4] operands[5] swap with std::swap, removed tmp variable.
(arm_evpc_neon_vzip): Replaced in0/in1 and
out0/out1 swaps with std::swap, removed x variable.
(arm_evpc_neon_vtrn): Replaced in0/int1 and
out0/out1 swaos with std::swap, removed x variable.
(arm_expand_vec_perm_const_1): Replaced
d->op0/d->op1 swap with std::swap, removed x variable.
(arm_evpc_neon_vuzp): Replaced in0/in1 and
out0/out1 swaps with std::swap, removed x variable.
From-SVN: r227963
Diffstat (limited to 'gcc/tree-ssa-loop-niter.c')
0 files changed, 0 insertions, 0 deletions