diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index ece44fd..9de0181 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -428,6 +428,10 @@ struct function GTY(()) /* The control flow graph for this function. */ struct control_flow_graph *cfg; + + /* GIMPLE body for this function. */ + struct gimple_seq_d *gimple_body; + /* SSA and dataflow information. */ struct gimple_df *gimple_df; |