aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/flow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index e30972c..244a662 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn)
while (temp)
{
- if (anti_dependence (XEXP (temp, 0), GET_MODE (x),
- x, rtx_addr_varies_p))
+ if (anti_dependence (XEXP (temp, 0), x))
{
/* Splice temp out of the list. */
if (prev)