]> git.sur5r.net Git - cc65/commit
OptCmp3 removed a compare to zero instruction preceeded by a load despite the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 28 Oct 2012 19:04:09 +0000 (19:04 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 28 Oct 2012 19:04:09 +0000 (19:04 +0000)
commitff166363f049bd9cc57358cff2d5537470718b20
tree8ae14f7a4fbd719cc33d2bdfb62e25fddbb130a5
parentf90fa9cc29d34f83b0a8d7080c8b67789a1bd501
OptCmp3 removed a compare to zero instruction preceeded by a load despite the
fact that the carry flag (which is set by the compare but not by the load) had
been used later.

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