diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 3116a52..4684369 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -221,7 +221,7 @@ struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb") PTR GTY ((skip (""))) aux; /* Innermost loop containing the block. */ - struct loop * GTY ((skip (""))) loop_father; + struct loop *loop_father; /* The dominance and postdominance information node. */ struct et_node * GTY ((skip (""))) dom[2]; |