diff options
author | Tom Wood <wood@gnu.org> | 1993-03-23 13:57:14 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1993-03-23 13:57:14 +0000 |
commit | dcf76ffff585326ba57c166f20f39469e568675f (patch) | |
tree | 1ab08f9e6b1753c7fcd0c3ecdb59e11b3c45a8b4 | |
parent | eab52f35df522cf5e7de058a7180363cd53fec4f (diff) | |
download | gcc-dcf76ffff585326ba57c166f20f39469e568675f.zip gcc-dcf76ffff585326ba57c166f20f39469e568675f.tar.gz gcc-dcf76ffff585326ba57c166f20f39469e568675f.tar.bz2 |
Move misapplied patch
From-SVN: r3852
-rw-r--r-- | gcc/expr.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. */ |