]> git.sur5r.net Git - cc65/commit
Simplify code generated for the ?: operator when type conversion code for the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Sep 2009 08:57:36 +0000 (08:57 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 Sep 2009 08:57:36 +0000 (08:57 +0000)
commit944057238efdbcd931dc0ad9af424e563b67c986
treeeedda27246ce6b1c20dcd740ad19f1bf00f66369
parent84710f722710ab39dcccab808d7f417074f28af8
Simplify code generated for the ?: operator when type conversion code for the
second operand is necessary. Instead of generating interleaved code with
several jumps, just move the code to the right place.

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