Commit ac02eb62 by Jason Merrill

(rest_of_compilation): Also set RTX_INTEGRATED_P when

        we aren't going to emit the inline just yet.

From-SVN: r11249
parent 67f21747
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment