* expmed.c (store_bit_field_1): Remove test for BLKmode values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193021
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-10-31 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * expmed.c (store_bit_field_1): Remove test for BLKmode values.
+
2012-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>,
Joel Sherrill <joel.sherrill@oarcorp.com>
enum machine_mode op_mode = mode_for_extraction (EP_insv, 3);
if (HAVE_insv
- && GET_MODE (value) != BLKmode
&& bitsize > 0
&& GET_MODE_BITSIZE (op_mode) >= bitsize
/* Do not use insv for volatile bitfields when