Add PR to:
authorRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 31 Oct 2003 15:14:19 +0000 (15:14 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 31 Oct 2003 15:14:19 +0000 (15:14 +0000)
PR optimization/8896
* postreload.c (reload_combine): Check that REGY doesn't die in an
insn of the form (set (regx) (plus (regx) (regy))), ie REGX != REGY.

From-SVN: r73149

gcc/ChangeLog

index b692768..85a2d0d 100644 (file)
@@ -1,5 +1,6 @@
 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
 
+       PR optimization/8896
        * postreload.c (reload_combine): Check that REGY doesn't die in an
        insn of the form (set (regx) (plus (regx) (regy))), ie REGX != REGY.