* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
authorJan Hubicka <jh@suse.cz>
Mon, 23 May 2005 12:37:47 +0000 (14:37 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 23 May 2005 12:37:47 +0000 (12:37 +0000)
From-SVN: r100080

gcc/ChangeLog
gcc/tree-flow.h

index c65fdfdbfef709d03ced993f9291fd73b2c11bae..25e9ec32955af10b427113cd7425ef3e81ccfd60 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-23  Jan Hubicka  <jh@suse.cz>
+
+       * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
+
 2005-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
index 3fc5d98ab49307d682142b3f927461071348d14b..348b16d8445be22bd1f09aba4277a4f9b2f8598f 100644 (file)
@@ -308,7 +308,7 @@ struct stmt_ann_d GTY(())
   unsigned makes_clobbering_call : 1;
 
   /* Basic block that contains this statement.  */
-  basic_block GTY ((skip (""))) bb;
+  basic_block bb;
 
   /* Operand cache for stmt.  */
   struct stmt_operands_d GTY ((skip (""))) operands;