]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/integrate.c
Makefile.in: Remove all bytecode support.
[gcc.git] / gcc / integrate.c
index 256a665f07bc676d5145f1f84d93c134e8187eee..28731c0060d139adac64630fc5dca2b3acfd6fd4 100644 (file)
@@ -35,7 +35,6 @@ Boston, MA 02111-1307, USA.  */
 #include "real.h"
 #include "except.h"
 #include "function.h"
-#include "bytecode.h"
 
 #include "obstack.h"
 #define        obstack_chunk_alloc     xmalloc
@@ -3273,12 +3272,6 @@ output_inline_function (fndecl)
   rtx head;
   rtx last;
 
-  if (output_bytecode)
-    {
-      warning ("`inline' ignored for bytecode output");
-      return;
-    }
-
   /* Things we allocate from here on are part of this function, not
      permanent.  */
   temporary_allocation ();
This page took 0.029261 seconds and 5 git commands to generate.