aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2005-06-01 14:07:50 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2005-06-01 12:07:50 +0000
commit6617c91459edc0125867073a86441dfdc1786965 (patch)
tree26cc8b7b5011718c9b8abc60c2fb927b0c276414 /gcc/basic-block.h
parent5fffc382a653d195d175a0e03f0262fb07962a3e (diff)
downloadgcc-6617c91459edc0125867073a86441dfdc1786965.zip
gcc-6617c91459edc0125867073a86441dfdc1786965.tar.gz
gcc-6617c91459edc0125867073a86441dfdc1786965.tar.bz2
except.c (struct eh_region): Kill unused fields.
* except.c (struct eh_region): Kill unused fields. * basic-block.h (struct basic_block_def): Likewise. From-SVN: r100449
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index da5e451..ad89fa5 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -265,9 +265,6 @@ struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")
/* Various flags. See BB_* below. */
int flags;
-
- /* Which section block belongs in, when partitioning basic blocks. */
- int partition;
};
typedef struct basic_block_def *basic_block;