1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-02 09:34:22 +00:00

Just comment and formatting changes.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4069 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-08-29 10:54:59 +00:00
parent 5918306fe2
commit 53372ae1c1

View File

@ -801,7 +801,7 @@ unsigned OptCondBranches1 (CodeSeg* S)
unsigned OptCondBranches2 (CodeSeg* S)
/* If on entry to a "rol a" instruction the accu is zero, and a beq/bne follows,
* we can remove the rol and branch on the state of the carry.
* we can remove the rol and branch on the state of the carry flag.
*/
{
unsigned Changes = 0;
@ -839,12 +839,10 @@ unsigned OptCondBranches2 (CodeSeg* S)
/* Remember, we had changes */
++Changes;
}
/* Next entry */
++I;
}
/* Free register info */