OSDN Git Service

* config/mep/mep.c (mep_option_can_inline_p): Remove error call.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jul 2009 00:27:25 +0000 (00:27 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jul 2009 00:27:25 +0000 (00:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149453 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mep/mep.c

index e0c4c31..230aab6 100644 (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.
index 9b489f9..71755a3 100644 (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;