diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-11-19 18:20:36 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-11-19 18:20:36 +0000 |
commit | 6f83092f55c889774be048d047401ddef1696769 (patch) | |
tree | 30cd717be925b34bef792681dd586173dcd42f45 /gcc/expmed.c | |
parent | a6b7e72326164240d7210e9c8d5fc80f20bf55a7 (diff) | |
download | gcc-6f83092f55c889774be048d047401ddef1696769.zip gcc-6f83092f55c889774be048d047401ddef1696769.tar.gz gcc-6f83092f55c889774be048d047401ddef1696769.tar.bz2 |
* expmed.c (store_bit_field_1): Revert bogus formatting change.
From-SVN: r181511
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 6a9da64..ea42e9c 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++) |