Commit f809d213 by Jan Hubicka Committed by Jan Hubicka

* cif-code.def (CILK_SPAWN): New code.

From-SVN: r221710
parent bf3b2de7
......@@ -17,6 +17,7 @@
cross check to ...
(cgraph_node::verify_node): ... here; verify only callee edges,
not caller.
* cif-code.def (CILK_SPAWN): New code.
2015-03-26 Jan Hubicka <hubicka@ucw.cz>
......
......@@ -124,6 +124,10 @@ DEFCIFCODE(USES_COMDAT_LOCAL, CIF_FINAL_ERROR,
DEFCIFCODE(ATTRIBUTE_MISMATCH, CIF_FINAL_ERROR,
N_("function attribute mismatch"))
/* We can't inline because of mismatched caller/callee attributes. */
DEFCIFCODE(CILK_SPAWN, CIF_FINAL_ERROR,
N_("caller function contains cilk spawn"))
/* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment