From: Eric Botcazou Date: Sat, 19 Nov 2011 18:20:36 +0000 (+0000) Subject: * expmed.c (store_bit_field_1): Revert bogus formatting change. X-Git-Tag: releases/gcc-4.7.0~2098 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f83092f55c889774be048d047401ddef1696769;p=thirdparty%2Fgcc.git * expmed.c (store_bit_field_1): Revert bogus formatting change. From-SVN: r181511 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43de112c96ec..69c633728f03 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,12 @@ +2011-11-19 Eric Botcazou + + * expmed.c (store_bit_field_1): Revert bogus formatting change. + 2011-11-19 Richard Earnshaw 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 diff --git a/gcc/expmed.c b/gcc/expmed.c index 6a9da64e37cd..ea42e9cd52a4 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -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++)