]> git.sur5r.net Git - cc65/commit
When changing the reference to a jump label, do also replace the string
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Jun 2004 16:21:07 +0000 (16:21 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Jun 2004 16:21:07 +0000 (16:21 +0000)
commitaa39d98cbcb08b2228d616db031702a4bf5178b6
tree654757dd7bb5fdc70c77b377b50dfd3c822c40bb
parente4473c0a96010a38b03eef072f98be97f2632b7c
When changing the reference to a jump label, do also replace the string
argument for the instruction with the name of the new jump label. This
allows CodeEntriesAreEqual to work in all cases, and therefore optimizations
based on this function will also work more effectively (or at all).

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