]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codeopt.c
For commutative operators processed by hie_internal, if the left side is a
[cc65] / src / cc65 / codeopt.c
index d8a86365b65fbe43d9ad314eb3822fabf87dc08a..0226b2ad16e05908e65635b8f9d57ec96cb97378 100644 (file)
@@ -1565,7 +1565,6 @@ static unsigned RunOptGroup1 (CodeSeg* S)
     unsigned Changes = 0;
 
     Changes += RunOptFunc (S, &DOptStackPtrOps, 5);
-    Changes += RunOptFunc (S, &DOptPtrLoad13, 1); /* ### */
     Changes += RunOptFunc (S, &DOptPtrStore1, 1);
     Changes += RunOptFunc (S, &DOptPtrStore2, 1);
     Changes += RunOptFunc (S, &DOptPtrStore3, 1);