diff options
Diffstat (limited to 'gcc/emit-rtl.h')
-rw-r--r-- | gcc/emit-rtl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index 4658c4a..b20cd76 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see class temp_slot; typedef class temp_slot *temp_slot_p; class predefined_function_abi; +namespace rtl_ssa { class function_info; } /* Information mainlined about RTL representation of incoming arguments. */ struct GTY(()) incoming_args { @@ -73,6 +74,8 @@ struct GTY(()) rtl_data { different ABIs. */ const predefined_function_abi *GTY((skip)) abi; + rtl_ssa::function_info *GTY((skip)) ssa; + /* For function.c */ /* # of bytes of outgoing arguments. If ACCUMULATE_OUTGOING_ARGS is |