]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/basic-block.h
IA-64 ABI Exception Handling.
[thirdparty/gcc.git] / gcc / basic-block.h
index eae8e29ac98b15ccbd26c8fcabd2eb2cc6de7365..58f6aa1fc943b812a0ae1796e2b7e5ca821a6a28 100644 (file)
@@ -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.  */