Commit 6f83092f by Eric Botcazou

* expmed.c (store_bit_field_1): Revert bogus formatting change.

From-SVN: r181511
parent a6b7e723
2011-11-19 Eric Botcazou <ebotcazou@adacore.com>
* expmed.c (store_bit_field_1): Revert bogus formatting change.
2011-11-19 Richard Earnshaw <rearnsha@arm.com> 2011-11-19 Richard Earnshaw <rearnsha@arm.com>
PR target/50493 PR target/50493
* arm.c (neon_disambiguate_copy): Correctly handle partial overlap * config/arm/arm.c (neon_disambiguate_copy): Correctly handle partial
of src and dest operands. overlap of src and dest operands.
2011-11-19 Iain Sandoe <iains@gcc.gnu.org> 2011-11-19 Iain Sandoe <iains@gcc.gnu.org>
...@@ -543,8 +543,7 @@ store_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, ...@@ -543,8 +543,7 @@ store_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
is not allowed. */ is not allowed. */
fieldmode = GET_MODE (value); fieldmode = GET_MODE (value);
if (fieldmode == VOIDmode) if (fieldmode == VOIDmode)
fieldmode = smallest_mode_for_size (nwords * fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
BITS_PER_WORD, MODE_INT);
last = get_last_insn (); last = get_last_insn ();
for (i = 0; i < nwords; i++) for (i = 0; i < nwords; i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment