]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-predicate.h
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / ipa-predicate.h
index 05e37073817cb2e02e066194a3ac668415b836bb..ac52b54aa368ac1959896c49d9c96feb718512d5 100644 (file)
@@ -1,5 +1,5 @@
 /* IPA predicates.
-   Copyright (C) 2003-2020 Free Software Foundation, Inc.
+   Copyright (C) 2003-2021 Free Software Foundation, Inc.
    Contributed by Jan Hubicka
 
 This file is part of GCC.
@@ -243,7 +243,8 @@ public:
   predicate remap_after_inlining (class ipa_fn_summary *,
                                  class ipa_node_params *params_summary,
                                  class ipa_fn_summary *,
-                                 vec<int>, vec<int>, clause_t, const predicate &);
+                                 const vec<int> &, const vec<HOST_WIDE_INT> &,
+                                 clause_t, const predicate &);
 
   void stream_in (class lto_input_block *);
   void stream_out (struct output_block *);