Removed some left over debug output
git-svn-id: svn://svn.cc65.org/cc65/trunk@4868 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -162,8 +162,6 @@ unsigned OptTest2 (CodeSeg* S)
|
|||||||
strcmp (L[0]->Arg, L[1]->Arg) == 0 &&
|
strcmp (L[0]->Arg, L[1]->Arg) == 0 &&
|
||||||
(GetRegInfo (S, I+2, L[1]->Chg) & L[1]->Chg) == 0) {
|
(GetRegInfo (S, I+2, L[1]->Chg) & L[1]->Chg) == 0) {
|
||||||
|
|
||||||
printf ("Deleting\n");
|
|
||||||
|
|
||||||
/* Remove the load */
|
/* Remove the load */
|
||||||
CS_DelEntry (S, I+1);
|
CS_DelEntry (S, I+1);
|
||||||
++Changes;
|
++Changes;
|
||||||
|
|||||||
Reference in New Issue
Block a user