diff options
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 604eb8eade1..a00781de730 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -3174,7 +3174,7 @@ sched_analyze_insn (struct deps_desc *deps, rtx x, rtx_insn *insn) { rtx other = XEXP (list, 0); if (INSN_CACHED_COND (other) != const_true_rtx - && refers_to_regno_p (i, i + 1, INSN_CACHED_COND (other), NULL)) + && refers_to_regno_p (i, INSN_CACHED_COND (other))) INSN_CACHED_COND (other) = const_true_rtx; } } |