mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
* config/mep/mep.c (mep_option_can_inline_p): Remove error call.
From-SVN: r149453
This commit is contained in:
parent
8a5d9f358c
commit
06c43499b3
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user