diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index ba0b2c4..b156e82 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -116,7 +116,7 @@ typedef struct copy_body_data struct pointer_set_t *statements_to_fold; /* Entry basic block to currently copied body. */ - struct basic_block_def *entry_bb; + basic_block entry_bb; /* Debug statements that need processing. */ VEC(gimple,heap) *debug_stmts; |