Commit dcf76fff by Tom Wood

Move misapplied patch

From-SVN: r3852
parent eab52f35
...@@ -85,14 +85,14 @@ int inhibit_defer_pop; ...@@ -85,14 +85,14 @@ int inhibit_defer_pop;
function calls being expanded by expand_call. */ function calls being expanded by expand_call. */
tree cleanups_this_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. /* Nonzero means __builtin_saveregs has already been done in this function.
The value is the pseudoreg containing the value __builtin_saveregs The value is the pseudoreg containing the value __builtin_saveregs
returned. */ returned. */
static rtx saveregs_value; 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 /* This structure is used by move_by_pieces to describe the move to
be performed. */ be performed. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment