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:
parent
be9a0da55e
commit
13b0c5ac1e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user