PR target/59631
* stor-layout.c (get_mode_bounds): Use GET_MODE_PRECISION instead
of GET_MODE_BITSIZE.
Co-Authored-By: Peter Bigot <bigotp@acm.org>
From-SVN: r206250
(permute_vec_elements): Use gimple_get_lhs instead of
gimple_assign_lhs.
+2013-12-30 Nick Clifton <nickc@redhat.com>
+ Peter Bigot <bigotp@acm.org>
+
+ PR target/59631
+ * stor-layout.c (get_mode_bounds): Use GET_MODE_PRECISION instead
+ of GET_MODE_BITSIZE.
+
2013-12-30 Nick Clifton <nickc@redhat.com>
* config/msp430/msp430.c (msp430_print_operand): Rename %B to %b
enum machine_mode target_mode,
rtx *mmin, rtx *mmax)
{
- unsigned size = GET_MODE_BITSIZE (mode);
+ unsigned size = GET_MODE_PRECISION (mode);
unsigned HOST_WIDE_INT min_val, max_val;
gcc_assert (size <= HOST_BITS_PER_WIDE_INT);