diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-12-06 22:51:32 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-12-06 22:51:32 +0000 |
commit | 6b8805cfce8847a0d944150845cb908b6ee0ba57 (patch) | |
tree | eb3d4dcc7ca07829b0bc8a02c1bd0804d48dbb3d /gcc | |
parent | 78bcf3dc722bce75c02eb05f351daf3447896c9d (diff) | |
download | gcc-6b8805cfce8847a0d944150845cb908b6ee0ba57.zip gcc-6b8805cfce8847a0d944150845cb908b6ee0ba57.tar.gz gcc-6b8805cfce8847a0d944150845cb908b6ee0ba57.tar.bz2 |
Put back blank line
From-SVN: r243324
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/calls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 7941869..530e7bf 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -3540,6 +3540,7 @@ expand_call (tree exp, rtx target, int ignore) funexp = prepare_call_address (fndecl ? fndecl : fntype, funexp, static_chain_value, &call_fusage, reg_parm_seen, flags); + load_register_parameters (args, num_actuals, &call_fusage, flags, pass == 0, &sibcall_failure); |