aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1996-02-13 04:20:49 +0000
committerJason Merrill <merrill@gnu.org>1996-02-13 04:20:49 +0000
commitac02eb622c2c5e68eee6f176f78b6ea15a1b0e0d (patch)
treebbeb3f03d3237949508ecd44135b7c18e6826a2d /gcc
parent67f2174701fefdeaa1677bdb2c17ba22c9aa4a73 (diff)
downloadgcc-ac02eb622c2c5e68eee6f176f78b6ea15a1b0e0d.zip
gcc-ac02eb622c2c5e68eee6f176f78b6ea15a1b0e0d.tar.gz
gcc-ac02eb622c2c5e68eee6f176f78b6ea15a1b0e0d.tar.bz2
(rest_of_compilation): Also set RTX_INTEGRATED_P when
we aren't going to emit the inline just yet. From-SVN: r11249
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 3f3c1e9..4690f16 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;
}
}