From: Tom Wood Date: Tue, 23 Mar 1993 13:57:14 +0000 (+0000) Subject: Move misapplied patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcf76ffff585326ba57c166f20f39469e568675f;p=gcc.git Move misapplied patch From-SVN: r3852 --- diff --git a/gcc/expr.c b/gcc/expr.c index 0f2885cb104..40a56190208 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -85,14 +85,14 @@ int inhibit_defer_pop; function calls being expanded by expand_call. */ tree cleanups_this_call; -/* Similarly for __builtin_apply_args. */ -static rtx apply_args_value; - /* Nonzero means __builtin_saveregs has already been done in this function. The value is the pseudoreg containing the value __builtin_saveregs returned. */ static rtx saveregs_value; +/* Similarly for __builtin_apply_args. */ +static rtx apply_args_value; + /* This structure is used by move_by_pieces to describe the move to be performed. */