Add PR to:
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
This commit is contained in:
parent
71c1543c4b
commit
79b535431a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue