Large cummulative patch for pic16 port.
[fw/sdcc] / src / pic16 / peeph.def
index e904c3c4d804b5d0b9437d3c274801e3b19945a5..511e2efb5c557b5bd1fb5eb7109f6cf4e6b523a1 100644 (file)
@@ -285,9 +285,3 @@ replace restart {
         movf    %1,w
 }
 
-replace restart {
-        movff   %1,%1
-} by {
-        ;     peep 12 - Removed redundant move
-}
-