Commit 5e82e7bd by James Van Artsdalen

(init_emit): Use INIT_EXPANDERS.

From-SVN: r3827
parent 2045084c
......@@ -2877,6 +2877,10 @@ init_emit ()
REGNO_POINTER_FLAG (VIRTUAL_STACK_VARS_REGNUM) = 1;
REGNO_POINTER_FLAG (VIRTUAL_STACK_DYNAMIC_REGNUM) = 1;
REGNO_POINTER_FLAG (VIRTUAL_OUTGOING_ARGS_REGNUM) = 1;
#ifdef INIT_EXPANDERS
INIT_EXPANDERS;
#endif
}
/* Create some permanent unique rtl objects shared between all functions.
......
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