]> git.gag.com Git - fw/sdcc/commitdiff
Peephole 256.c,d zeroing data from accumulator after jnz comparison
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 14:56:11 +0000 (14:56 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 14:56:11 +0000 (14:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3554 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 46ca11d12434ceb1327559028d8f0732ed20804c..c3cd1e871f123e9cefb7b944fd5f0aacdd23d835 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
        non-reentrant function __modsint in the interrupt function (thus 
        corrupting math operations during serial I/O)
        * device/lib/ser_ir.c: as above, changed buffersize 
-       * src/mcs51/peeph.def: added 259.a,b for removing redundant ret
+       * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
+       256.c,d for zeroing
        * doc/Makefile: added option -t for rsync
 
 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>