(push_reload): Fix last argument of the call to find_dummy_reload.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 23 Apr 1997 13:41:32 +0000 (09:41 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 23 Apr 1997 13:41:32 +0000 (09:41 -0400)
From-SVN: r13962

gcc/reload.c

index d4d0b1e2c9c707f054d5d6ec5eb009dcb1b2d211..4a69835052a8a578dc17d0b88c144ca5f5d5329d 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.