rtl.h (rtx_def): Mark u2 as GTY ((skip)).

gcc/
	* rtl.h (rtx_def): Mark u2 as GTY ((skip)).

From-SVN: r210357
This commit is contained in:
Richard Sandiford 2014-05-13 10:38:17 +00:00 committed by Richard Sandiford
parent be9a0da55e
commit 13b0c5ac1e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -354,8 +354,8 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"),
/* 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