aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-28 03:04:51 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-28 03:04:51 -0800
commit52a11cbfcf0cfb32628b6953588b6af4037ac0b6 (patch)
treea923c8785a06871784c5177530130063c4925f5a /gcc/basic-block.h
parentce1c98ea459813570b4588427030daa03958fda6 (diff)
downloadgcc-52a11cbfcf0cfb32628b6953588b6af4037ac0b6.zip
gcc-52a11cbfcf0cfb32628b6953588b6af4037ac0b6.tar.gz
gcc-52a11cbfcf0cfb32628b6953588b6af4037ac0b6.tar.bz2
IA-64 ABI Exception Handling.
From-SVN: r40924
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index eae8e29..58f6aa1 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -174,14 +174,12 @@ typedef struct basic_block_def {
/* The index of this block. */
int index;
- /* The loop depth of this block plus one. */
- int loop_depth;
- /* The active eh region before head and after end. */
- int eh_beg, eh_end;
+ /* The loop depth of this block. */
+ int loop_depth;
- int count; /* Expected number of executions: calculated in
- profile.c */
+ /* Expected number of executions: calculated in profile.c. */
+ int count;
} *basic_block;
/* Number of basic blocks in the current function. */