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

From-SVN: r149453
This commit is contained in:
DJ Delorie 2009-07-09 20:27:25 -04:00 committed by DJ Delorie
parent 8a5d9f358c
commit 06c43499b3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;