aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2011-06-10 15:24:30 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2011-06-10 13:24:30 +0000
commitf1724940a99f1b841d066ccf050a16e11be12f46 (patch)
tree5a3afdf91d3d3953bbd03b79c2e0d857d968bf70 /gcc/gimple.h
parenta6f834c5a87c1ac42f1c842bba34d84740218d77 (diff)
downloadgcc-f1724940a99f1b841d066ccf050a16e11be12f46.zip
gcc-f1724940a99f1b841d066ccf050a16e11be12f46.tar.gz
gcc-f1724940a99f1b841d066ccf050a16e11be12f46.tar.bz2
ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple_get_virt_method_for_binfo.
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple_get_virt_method_for_binfo. * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove refuse_thunks parameter. (gimple_fold_call): Update. * ipa-prop.c (try_make_edge_direct_virtual_call): Update. From-SVN: r174905
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index c39eb57..7d97adb 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -904,7 +904,7 @@ unsigned get_gimple_rhs_num_ops (enum tree_code);
gimple gimple_alloc_stat (enum gimple_code, unsigned MEM_STAT_DECL);
const char *gimple_decl_printable_name (tree, int);
bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace);
-tree gimple_get_virt_method_for_binfo (HOST_WIDE_INT, tree, tree *, bool);
+tree gimple_get_virt_method_for_binfo (HOST_WIDE_INT, tree, tree *);
void gimple_adjust_this_by_delta (gimple_stmt_iterator *, tree);
tree gimple_extract_devirt_binfo_from_cst (tree);
/* Returns true iff T is a valid GIMPLE statement. */