* cif-code.def (CIF_THUNK): Add.

From-SVN: r235770
This commit is contained in:
Jan Hubicka 2016-05-02 19:34:32 +02:00 committed by Jan Hubicka
parent ed3c0c8e0c
commit fd5fac4c8c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-05-02 Jan Hubicka <hubicka@ucw.cz>
* cif-code.def (CIF_THUNK): Add.
2016-05-02 Jan Hubicka <hubicka@ucw.cz>
* ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions

View File

@ -91,6 +91,10 @@ DEFCIFCODE(NOT_DECLARED_INLINED, CIF_FINAL_NORMAL,
DEFCIFCODE(MISMATCHED_ARGUMENTS, CIF_FINAL_ERROR,
N_("mismatched arguments"))
/* Caller and callee disagree on the arguments. */
DEFCIFCODE(THUNK, CIF_FINAL_ERROR,
N_("thunk call"))
/* Call was originally indirect. */
DEFCIFCODE(ORIGINALLY_INDIRECT_CALL, CIF_FINAL_NORMAL,
N_("originally indirect function call not considered for inlining"))