aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@linaro.org>2017-12-21 07:02:20 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2017-12-21 07:02:20 +0000
commitf7ed31955b00970413b202e0b4c3144aeec136d5 (patch)
tree380b5c0912af6eebd8cb2079f0f03a9f9086678d /gcc/ipa-prop.h
parentaca52e6f8d29064f4712e5f3f4429a36f918f099 (diff)
downloadgcc-f7ed31955b00970413b202e0b4c3144aeec136d5.zip
gcc-f7ed31955b00970413b202e0b4c3144aeec136d5.tar.gz
gcc-f7ed31955b00970413b202e0b4c3144aeec136d5.tar.bz2
poly_int: build_ref_for_offset
This patch changes the offset parameter to build_ref_for_offset from HOST_WIDE_INT to poly_int64. 2017-12-21 Richard Sandiford <richard.sandiford@linaro.org> Alan Hayward <alan.hayward@arm.com> David Sherwood <david.sherwood@arm.com> gcc/ * ipa-prop.h (build_ref_for_offset): Take the offset as a poly_int64 rather than a HOST_WIDE_INT. * tree-sra.c (build_ref_for_offset): Likewise. Co-Authored-By: Alan Hayward <alan.hayward@arm.com> Co-Authored-By: David Sherwood <david.sherwood@arm.com> From-SVN: r255931
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r--gcc/ipa-prop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h
index c362405..2b3ea68 100644
--- a/gcc/ipa-prop.h
+++ b/gcc/ipa-prop.h
@@ -785,7 +785,7 @@ void ipa_release_body_info (struct ipa_func_body_info *);
tree ipa_get_callee_param_type (struct cgraph_edge *e, int i);
/* From tree-sra.c: */
-tree build_ref_for_offset (location_t, tree, HOST_WIDE_INT, bool, tree,
+tree build_ref_for_offset (location_t, tree, poly_int64, bool, tree,
gimple_stmt_iterator *, bool);
/* In ipa-cp.c */