mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:10:28 +08:00
(push_reload): Fix last argument of the call to find_dummy_reload.
From-SVN: r13962
This commit is contained in:
parent
667d88ab01
commit
31c21e0c02
@ -1380,7 +1380,7 @@ push_reload (in, out, inloc, outloc, class,
|
||||
reload_reg_rtx[i] = find_dummy_reload (in, out, inloc, outloc,
|
||||
inmode, outmode,
|
||||
reload_reg_class[i], i,
|
||||
reload_earlyclobbers[i] != NULL);
|
||||
earlyclobber_operand_p (out));
|
||||
|
||||
/* If the outgoing register already contains the same value
|
||||
as the incoming one, we can dispense with loading it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user