diff options
author | Jan Hubicka <jh@suse.cz> | 2005-05-23 14:37:47 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2005-05-23 12:37:47 +0000 |
commit | 52f6de6c7bcf4026fa5ec64d21993b333aa58d5f (patch) | |
tree | 4a4a7e1798abb0639f46c5935114947f5fd15c35 /gcc/tree-flow.h | |
parent | aa3a4a17bed730982fa4c93190b0af451d225982 (diff) | |
download | gcc-52f6de6c7bcf4026fa5ec64d21993b333aa58d5f.zip gcc-52f6de6c7bcf4026fa5ec64d21993b333aa58d5f.tar.gz gcc-52f6de6c7bcf4026fa5ec64d21993b333aa58d5f.tar.bz2 |
* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
From-SVN: r100080
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 3fc5d98..348b16d 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -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; |