OSDN Git Service

(push_reload): Fix last argument of the call to find_dummy_reload.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 1997 13:41:32 +0000 (13:41 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 1997 13:41:32 +0000 (13:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13962 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/reload.c

index d4d0b1e..4a69835 100644 (file)
@@ -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.