OptSize2 needs an extra removal of duplicate transfers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5734 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ec900bc200
commit
87d19de33f
1 changed files with 1 additions and 0 deletions
|
@ -1760,6 +1760,7 @@ static unsigned RunOptGroup7 (CodeSeg* S)
|
|||
Changes += RunOptFunc (S, &DOptUnusedLoads, 1);
|
||||
Changes += RunOptFunc (S, &DOptJumpTarget1, 5);
|
||||
Changes += RunOptFunc (S, &DOptStore5, 1);
|
||||
Changes += RunOptFunc (S, &DOptTransfers1, 1);
|
||||
Changes += RunOptFunc (S, &DOptTransfers3, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue