* expmed.c (store_bit_field_1): Revert bogus formatting change.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2011 18:20:36 +0000 (18:20 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2011 18:20:36 +0000 (18:20 +0000)
From-SVN: r181511

gcc/ChangeLog
gcc/expmed.c

index 43de112c96ecbf044bff0d1362c478c56d0bffe2..69c633728f03fb6f1c992966bfe577432f5be3b9 100644 (file)
@@ -1,8 +1,12 @@
+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>
 
        PR target/50493
-       * arm.c (neon_disambiguate_copy): Correctly handle partial overlap
-       of src and dest operands.
+       * config/arm/arm.c (neon_disambiguate_copy): Correctly handle partial
+       overlap of src and dest operands.
 
 2011-11-19  Iain Sandoe  <iains@gcc.gnu.org>
 
index 6a9da64e37cd3aa37b69be74c15f0bd63ee6d9f7..ea42e9cd52a4327be3afc3e7d209f75a6c52adfc 100644 (file)
@@ -543,8 +543,7 @@ store_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
         is not allowed.  */
       fieldmode = GET_MODE (value);
       if (fieldmode == VOIDmode)
-       fieldmode = smallest_mode_for_size (nwords *
-                                           BITS_PER_WORD, MODE_INT);
+       fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
 
       last = get_last_insn ();
       for (i = 0; i < nwords; i++)