(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Feb 1996 14:11:14 +0000 (09:11 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 9 Feb 1996 14:11:14 +0000 (09:11 -0500)
From-SVN: r11183

gcc/calls.c

index 073a23c2b234156a0e0c837fedcfdd1e791b55d5..03442793ac8fbd2c31004e75c6fc52392015da0c 100644 (file)
@@ -607,7 +607,8 @@ expand_call (exp, target, ignore)
          if (!flag_no_inline
              && fndecl != current_function_decl
              && DECL_INLINE (fndecl)
-             && DECL_SAVED_INSNS (fndecl))
+             && DECL_SAVED_INSNS (fndecl)
+             && RTX_INTEGRATED_P (DECL_SAVED_INSNS (fndecl)))
            is_integrable = 1;
          else if (! TREE_ADDRESSABLE (fndecl))
            {