projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667d88a
)
(push_reload): Fix last argument of the call to find_dummy_reload.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 23 Apr 1997 13:41:32 +0000
(09:41 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 23 Apr 1997 13:41:32 +0000
(09:41 -0400)
From-SVN: r13962
gcc/reload.c
patch
|
blob
|
history
diff --git
a/gcc/reload.c
b/gcc/reload.c
index d4d0b1e2c9c707f054d5d6ec5eb009dcb1b2d211..4a69835052a8a578dc17d0b88c144ca5f5d5329d 100644
(file)
--- 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.