summaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-04-23 09:41:32 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-04-23 09:41:32 -0400
commit31c21e0c02df97119c81c4e6838f66ac814cf675 (patch)
tree1150a03f407f8b57e2213eca1c31f3b9c2fa18c0 /gcc/reload.c
parent667d88ab01b91a31ebdeea0d2e373f273ba3b443 (diff)
downloadgcc-31c21e0c02df97119c81c4e6838f66ac814cf675.tar.gz
(push_reload): Fix last argument of the call to find_dummy_reload.
From-SVN: r13962
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index d4d0b1e2c9c..4a69835052a 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -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.