aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 47232a2..142cdae 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -4609,6 +4609,9 @@ invoke_set_current_function_hook (tree fndecl)
targetm.set_current_function (fndecl);
this_fn_optabs = this_target_optabs;
+ /* Initialize global alignment variables after op. */
+ parse_alignment_opts ();
+
if (opts != optimization_default_node)
{
init_tree_optimization_optabs (opts);