diff options
Diffstat (limited to 'gcc/cfgexpand.h')
-rw-r--r-- | gcc/cfgexpand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cfgexpand.h b/gcc/cfgexpand.h index a0b6e3e..987cf356 100644 --- a/gcc/cfgexpand.h +++ b/gcc/cfgexpand.h @@ -22,5 +22,8 @@ along with GCC; see the file COPYING3. If not see extern tree gimple_assign_rhs_to_tree (gimple); extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *); +extern bool parm_maybe_byref_p (tree); +extern rtx get_rtl_for_parm_ssa_default_def (tree var); + #endif /* GCC_CFGEXPAND_H */ |