From ac02eb622c2c5e68eee6f176f78b6ea15a1b0e0d Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 13 Feb 1996 04:20:49 +0000 Subject: [PATCH] (rest_of_compilation): Also set RTX_INTEGRATED_P when we aren't going to emit the inline just yet. From-SVN: r11249 --- gcc/toplev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/toplev.c b/gcc/toplev.c index 3f3c1e95153..4690f16b94b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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; } } -- 2.30.2