diff options
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r-- | gcc/ipa-prop.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 3bd442f..74c9a63 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -1276,10 +1276,6 @@ bool unadjusted_ptr_and_unit_offset (tree op, tree *ret, void ipa_get_range_from_ip_invariant (vrange &r, tree val, cgraph_node *node); void ipa_prop_cc_finalize (void); -/* From tree-sra.cc: */ -tree build_ref_for_offset (location_t, tree, poly_int64, bool, tree, - gimple_stmt_iterator *, bool); - /* In ipa-cp.cc */ void ipa_cp_cc_finalize (void); bool ipa_return_value_range (value_range &range, tree decl); |