Commit 52f6de6c by Jan Hubicka Committed by Jan Hubicka

* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.

From-SVN: r100080
parent aa3a4a17
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.
......
......@@ -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;
......
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