]> git.gag.com Git - fw/sdcc/commitdiff
added peepholes 180.x, moved peephole 180 to 181
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Aug 2003 15:05:35 +0000 (15:05 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Aug 2003 15:05:35 +0000 (15:05 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2835 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 9db0d4c04d8252a89b436c235b83b8320b2c9c75..54c16bdf9a12138474cd774c46c89ab126cb9b17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann@web.de>
 
-       The first rules relate to bitfields, the last speed up
+       Rules 246.x, 247.x relate to bitfields, the others speed up
        access to xdata mapped I/O devices.
 
-       * src/mcs51/peeph.def: added 24 peepholes 246.x - 248.x
+       * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x 
 
 2003-08-16  Erik Petrich <epetrich@ivorytower.norman.ok.us>