From 73556f5f6c5d835df3baa9979de74da7bd85cd05 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Mon, 3 Jan 2011 12:17:59 +0000 Subject: 2011-01-03 Basile Starynkevitch MELT branch merged with trunk rev 168414 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@168419 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gimple.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/gimple.h') diff --git a/gcc/gimple.h b/gcc/gimple.h index c114e7cd834..cc35b6099b0 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -892,7 +892,6 @@ 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_relevant_ref_binfo (tree ref, tree known_binfo); 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. */ -- cgit v1.2.1