(bc_expand_expr): Call expand_decl and expand_decl_init, not the bc_
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:28:59 +0000 (15:28 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:28:59 +0000 (15:28 -0400)
versions.

From-SVN: r7114

gcc/expr.c

index f7c4b8a5b2856a41c8db6a6bfffe761a89521cf2..5407bf8489816fb84c3bbc266dbb1ce771e66884 100644 (file)
@@ -6364,9 +6364,9 @@ bc_expand_expr (exp)
            if (DECL_RTL (vars) == 0)
              {
                vars_need_expansion = 1;
-               bc_expand_decl (vars, 0);
+               expand_decl (vars);
              }
-           bc_expand_decl_init (vars);
+           expand_decl_init (vars);
            vars = TREE_CHAIN (vars);
          }