]> git.sur5r.net Git - cc65/commit
Cleaned up the code used for handling jump labels and the label name.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 7 Jun 2004 21:16:49 +0000 (21:16 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 7 Jun 2004 21:16:49 +0000 (21:16 +0000)
commit3ac1a08baf4ecdaa85cb5d2aa8e14ec0697852c8
tree462ff0da68bd7028c806c5ffc0f38e4c162175a4
parent8425d988fec517b92d3a25a24aec20901a382e03
Cleaned up the code used for handling jump labels and the label name.
Fixed a problem that caused the optimizer not to detect that flags set by
a load are used, if the use is "hidden" behind an unconditional branch. This
caused the optimizer to remove the load.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3111 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codeent.c
src/cc65/codeent.h
src/cc65/codeseg.c