]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(reg_set_last): Fix call to reg_set_between_p.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 6 Oct 1995 17:14:37 +0000 (13:14 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 6 Oct 1995 17:14:37 +0000 (13:14 -0400)
From-SVN: r10432

gcc/rtlanal.c

index 517b293561f1dfbd8846701c99595da219436a2d..17cfd36201f0acfa6ff0683fa8464d949b20eed1 100644 (file)
@@ -905,7 +905,7 @@ reg_set_last (x, insn)
                || ((GET_CODE (reg_set_last_value) == REG
                     || GET_CODE (reg_set_last_value) == SUBREG)
                    && ! reg_set_between_p (reg_set_last_value,
-                                           NEXT_INSN (insn), orig_insn)))
+                                           insn, orig_insn)))
              return reg_set_last_value;
            else
              return 0;