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>
* tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
......
......@@ -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
......
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