(rest_of_compilation): Also set RTX_INTEGRATED_P when
authorJason Merrill <merrill@gnu.org>
Tue, 13 Feb 1996 04:20:49 +0000 (04:20 +0000)
committerJason Merrill <merrill@gnu.org>
Tue, 13 Feb 1996 04:20:49 +0000 (04:20 +0000)
        we aren't going to emit the inline just yet.

From-SVN: r11249

gcc/toplev.c

index 3f3c1e9515307d0b6d708d4f70bf1f87e6cbb8bd..4690f16b94bbc0c28e4c02b69310bbc26a5b0d6c 100644 (file)
@@ -2743,6 +2743,7 @@ rest_of_compilation (decl)
                }
 #endif
              TIMEVAR (integration_time, save_for_inline_nocopy (decl));
+             RTX_INTEGRATED_P (DECL_SAVED_INSNS (decl)) = inlineable;
              goto exit_rest_of_compilation;
            }
        }