diff options
Diffstat (limited to 'gcc/ipa-predicate.c')
-rw-r--r-- | gcc/ipa-predicate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-predicate.c b/gcc/ipa-predicate.c index 6dd749b..e4b11ec 100644 --- a/gcc/ipa-predicate.c +++ b/gcc/ipa-predicate.c @@ -507,8 +507,8 @@ predicate predicate::remap_after_inlining (class ipa_fn_summary *info, class ipa_node_params *params_summary, class ipa_fn_summary *callee_info, - vec<int> operand_map, - vec<HOST_WIDE_INT> offset_map, + const vec<int> &operand_map, + const vec<HOST_WIDE_INT> &offset_map, clause_t possible_truths, const predicate &toplev_predicate) { |