Move misapplied patch
authorTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 13:57:14 +0000 (13:57 +0000)
committerTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 13:57:14 +0000 (13:57 +0000)
From-SVN: r3852

gcc/expr.c

index 0f2885cb10435bffcdb3dfbcbfd2d911be5cfb42..40a56190208779659bdd68962ecdd842b2f33fcf 100644 (file)
@@ -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.  */