]> git.gag.com Git - fw/sdcc/commit
* src/mcs51/ralloc.c (bitType): added to detect bit variables,
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 27 Oct 2005 14:21:46 +0000 (14:21 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 27 Oct 2005 14:21:46 +0000 (14:21 +0000)
commitdf600563e3005614c5ab09aab6ba39218bbd3191
treeed8b80e9c23e896217a0e68f4a9c255f43d7ce04
parentb8950b7c0bc67d6789beff12d4229985f8b4190a
* src/mcs51/ralloc.c (bitType): added to detect bit variables,
  (selectSpil): fixed bug 1337835 by not spilling bit variables
* support/regression/tests/bug1337835.c: added test for this bug
* src/mcs51/peeph.def: restart after rule 3.c,
  addded rules 263.x to optimize loading constants

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3913 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/mcs51/peeph.def
src/mcs51/ralloc.c
support/regression/tests/bug1337835.c [new file with mode: 0644]