From 31c21e0c02df97119c81c4e6838f66ac814cf675 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 23 Apr 1997 09:41:32 -0400 Subject: [PATCH] (push_reload): Fix last argument of the call to find_dummy_reload. From-SVN: r13962 --- gcc/reload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2