]> git.sur5r.net Git - cc65/commit
If a conditional branch as an unconditional jump as target, that doesn't jump
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 15 Oct 2009 10:21:50 +0000 (10:21 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 15 Oct 2009 10:21:50 +0000 (10:21 +0000)
commit635fae97fbb7dc99d84b1326c77f1eeb1ba61370
tree4a967414b6451d3daafc75d2b6b9011b2f45e76b
parentd9753c2eb778bc064f887755b8f0ee4ca18fad7f
If a conditional branch as an unconditional jump as target, that doesn't jump
to a function-internal label, don't replace the jump target with the final
one, because this has no advantages and makes the code larger.

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