]> gcc.gnu.org Git - gcc.git/commitdiff
(init_emit): Use INIT_EXPANDERS.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 22 Mar 1993 07:41:33 +0000 (07:41 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 22 Mar 1993 07:41:33 +0000 (07:41 +0000)
From-SVN: r3827

gcc/emit-rtl.c

index 2804e0d1ee44381d3bc2073b78ac13566b8f1b97..31c6d39f0bef9faf93665bfe69e21532b514995f 100644 (file)
@@ -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.
This page took 0.06507 seconds and 5 git commands to generate.