]> git.sur5r.net Git - cc65/commit
Fixed a bug in the optimizer. Loads of X and Y from memory were sometimes
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 27 Feb 2008 20:37:02 +0000 (20:37 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 27 Feb 2008 20:37:02 +0000 (20:37 +0000)
commita21bf773e1bb2c347bf4afc1e6f59c8446b6e2ba
tree410a92f41237b516c2dc78081d573f2889fa3557
parent263b7863a36c463145a3226e96573c1eb2bbce0a
Fixed a bug in the optimizer. Loads of X and Y from memory were sometimes
replaced by loads of A with an immediate value (which is stored in said memory
location).

git-svn-id: svn://svn.cc65.org/cc65/trunk@3813 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/coptind.c