diff options
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index c9e835a..c114e7c 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -891,10 +891,10 @@ unsigned get_gimple_rhs_num_ops (enum tree_code); #define gimple_alloc(c, n) gimple_alloc_stat (c, n MEM_STAT_INFO) gimple gimple_alloc_stat (enum gimple_code, unsigned MEM_STAT_DECL); const char *gimple_decl_printable_name (tree, int); -tree gimple_fold_obj_type_ref (tree, tree); +bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace); tree gimple_get_relevant_ref_binfo (tree ref, tree known_binfo); -tree gimple_fold_obj_type_ref_known_binfo (HOST_WIDE_INT, tree); - +tree gimple_get_virt_mehtod_for_binfo (HOST_WIDE_INT, tree, tree *, bool); +void gimple_adjust_this_by_delta (gimple_stmt_iterator *, tree); /* Returns true iff T is a valid GIMPLE statement. */ extern bool is_gimple_stmt (tree); |