From 13b0c5ac1e687ea44f4c4e95a5a3fe43d605712d Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 13 May 2014 10:38:17 +0000 Subject: rtl.h (rtx_def): Mark u2 as GTY ((skip)). gcc/ * rtl.h (rtx_def): Mark u2 as GTY ((skip)). From-SVN: r210357 --- gcc/rtl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index dbf24f3..8a93ae1 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.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 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 -- cgit v1.1