]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rtl.h (rtx_def): Mark u2 as GTY ((skip)).
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 13 May 2014 10:38:17 +0000 (10:38 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 13 May 2014 10:38:17 +0000 (10:38 +0000)
gcc/
* rtl.h (rtx_def): Mark u2 as GTY ((skip)).

From-SVN: r210357

gcc/ChangeLog
gcc/rtl.h

index a6cb773cd0bafabe400c08a78cf774d4c0ed2d9c..7ab57aa0d6dba85e7002edccd4f196b282fb4d0c 100644 (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.
index dbf24f328b3c5e9bb6f1ada3db0183fed2a2e616..8a93ae1fb2b2bcf6db7ab09214d7be3a89eb0a80 100644 (file)
--- 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