Commit 06c43499 by DJ Delorie Committed by DJ Delorie

* config/mep/mep.c (mep_option_can_inline_p): Remove error call.

From-SVN: r149453
parent 8a5d9f35
2009-07-09 DJ Delorie <dj@redhat.com>
* config/mep/mep.c (mep_option_can_inline_p): Remove error call.
2009-07-09 Tom Tromey <tromey@redhat.com>
* unwind-dw2-fde-darwin.c: Include dwarf2.h.
......
......@@ -4120,7 +4120,6 @@ mep_option_can_inline_p (tree caller, tree callee)
&& !mep_vliw_function_p (caller)
&& mep_vliw_function_p (callee))
{
error ("cannot call inline VLIW functions from core functions");
return true;
}
return false;
......
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