aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1993-03-22 07:41:33 +0000
committerJames Van Artsdalen <jrv@gnu.org>1993-03-22 07:41:33 +0000
commit5e82e7bddbb58ea12883ecbe66f74137b076d676 (patch)
tree683e642fffeb5934be3fa526de128321aa6652ef
parent2045084c926586eb7c6e62043f65db68ac02ba69 (diff)
downloadgcc-5e82e7bddbb58ea12883ecbe66f74137b076d676.zip
gcc-5e82e7bddbb58ea12883ecbe66f74137b076d676.tar.gz
gcc-5e82e7bddbb58ea12883ecbe66f74137b076d676.tar.bz2
(init_emit): Use INIT_EXPANDERS.
From-SVN: r3827
-rw-r--r--gcc/emit-rtl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 2804e0d..31c6d39 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -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.