Commit 13b0c5ac by Richard Sandiford Committed by Richard Sandiford

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

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

From-SVN: r210357
parent be9a0da5
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> 2014-05-13 Bin Cheng <bin.cheng@arm.com>
* tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New. * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
......
...@@ -354,8 +354,8 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"), ...@@ -354,8 +354,8 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"),
/* In a CONST_WIDE_INT (aka hwivec_def), this is the number of /* In a CONST_WIDE_INT (aka hwivec_def), this is the number of
HOST_WIDE_INTs in the hwivec_def. */ HOST_WIDE_INTs in the hwivec_def. */
unsigned GTY ((tag ("CONST_WIDE_INT"))) num_elem:32; unsigned int num_elem;
} GTY ((desc ("GET_CODE (&%0)"))) u2; } GTY ((skip)) u2;
/* The first element of the operands of this rtx. /* The first element of the operands of this rtx.
The number of operands and their types are controlled The number of operands and their types are controlled
......
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