mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Formatting tweaks.
This commit is contained in:
parent
6d8c315cdb
commit
249248ccc8
@ -2061,9 +2061,9 @@ unsigned OptPrecalc (CodeSeg* S)
|
||||
** because ADC/SBC #0 always clears it.
|
||||
*/
|
||||
if (In->RegA == 0 && CE_IsKnownImm (E, 0x00) &&
|
||||
(E = CS_GetEntry (S, I + 1)) &&
|
||||
E->OPC != OP65_BVC &&
|
||||
E->OPC != OP65_BVS ) {
|
||||
(E = CS_GetEntry (S, I + 1)) &&
|
||||
E->OPC != OP65_BVC &&
|
||||
E->OPC != OP65_BVS ) {
|
||||
/* 0-0 or 0+0 -> remove */
|
||||
CS_DelEntry (S, I);
|
||||
++Changes;
|
||||
|
Loading…
Reference in New Issue
Block a user