re PR target/68535 (arm.c: 5 * set but not used)
authorMichael Collison <michael.collison@arm.com>
Wed, 28 Jun 2017 07:07:49 +0000 (07:07 +0000)
committerMichael Collison <collison@gcc.gnu.org>
Wed, 28 Jun 2017 07:07:49 +0000 (07:07 +0000)
commitda9c26dd266f4af21d7f57520c2a804375f4457f
tree8f8dc453d5d169db9086fcb03bc01a008735aca1
parent935b5226c385e34088c314374cbbe9e4995b9e44
re PR target/68535 (arm.c: 5 * set but not used)

2017-06-28  Michael Collison  <michael.collison@arm.com>

PR target/68535
* config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
set of base_reg
(arm_gen_movmemqi): Removed unused variable 'i'.
Convert 'for' loop into 'while' loop.
(arm_expand_prologue): Remove last unnecessary set of insn.
(thumb_pop): Remove unused variable 'pushed_words'.
(thumb_exit): Remove last unnecessary set of regs_to_pop.

From-SVN: r249721
gcc/ChangeLog
gcc/config/arm/arm.c