gcc/
* rtl.h (rtx_def): Mark u2 as GTY ((skip)).
From-SVN: r210357
+2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
+
2014-05-13 Bin Cheng <bin.cheng@arm.com>
* tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
/* In a CONST_WIDE_INT (aka hwivec_def), this is the number of
HOST_WIDE_INTs in the hwivec_def. */
- unsigned GTY ((tag ("CONST_WIDE_INT"))) num_elem:32;
- } GTY ((desc ("GET_CODE (&%0)"))) u2;
+ unsigned int num_elem;
+ } GTY ((skip)) u2;
/* The first element of the operands of this rtx.
The number of operands and their types are controlled