From: hubicka Date: Fri, 14 Nov 2014 23:25:20 +0000 (+0000) Subject: * ipa-prop.h (ipa_known_type_data): Remove. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=915cc87a07234b3aa6b9caa181c65dfc00295a75;p=thirdparty%2Fgcc.git * ipa-prop.h (ipa_known_type_data): Remove. (ipa_binfo_from_known_type_jfunc): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217596 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 600ef7b058fd..c9bc412d2408 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-14 Jan Hubicka + + * ipa-prop.h (ipa_known_type_data): Remove. + (ipa_binfo_from_known_type_jfunc): Remove. + 2014-11-14 Andrew Pinski * config/aarch64/aarch64-cores.def (thunderx): Change the scheduler diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index ed991108363d..9e0ce3599835 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -64,17 +64,6 @@ enum jump_func_type IPA_JF_ANCESTOR /* represented by field ancestor */ }; -/* Structure holding data required to describe a known type jump function. */ -struct GTY(()) ipa_known_type_data -{ - /* Offset of the component of the base_type being described. */ - HOST_WIDE_INT offset; - /* Type of the whole object. */ - tree base_type; - /* Type of the component of the object that is being described. */ - tree component_type; -}; - struct ipa_cst_ref_desc; /* Structure holding data required to describe a constant jump function. */ @@ -543,7 +532,6 @@ tree ipa_get_indirect_edge_target (struct cgraph_edge *ie, vec ); struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree, bool speculative = false); -tree ipa_binfo_from_known_type_jfunc (struct ipa_jump_func *); tree ipa_impossible_devirt_target (struct cgraph_edge *, tree); /* Functions related to both. */