Commit 7682c22c by Richard Sandiford Committed by Richard Sandiford

expmed.c (store_bit_field_1): Remove test for BLKmode values.

gcc/
	* expmed.c (store_bit_field_1): Remove test for BLKmode values.

From-SVN: r193021
parent f5bb22c8
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>
......@@ -670,7 +670,6 @@ store_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
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
......
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