diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index fcbebc1..c84285d 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -165,7 +165,7 @@ struct gimple_df; struct temp_slot; typedef struct temp_slot *temp_slot_p; struct call_site_record_d; -struct dw_fde_struct; +struct dw_fde_node; class ipa_opt_pass_d; typedef ipa_opt_pass_d *ipa_opt_pass; @@ -569,7 +569,7 @@ struct GTY(()) function { /* Dwarf2 Frame Description Entry, containing the Call Frame Instructions used for unwinding. Only set when either dwarf2 unwinding or dwarf2 debugging is enabled. */ - struct dw_fde_struct *fde; + struct dw_fde_node *fde; /* Last statement uid. */ int last_stmt_uid; |