]> git.sur5r.net Git - cc65/commit
Move the optimization routines for shifts into a separate module.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 7 Jul 2012 15:21:12 +0000 (15:21 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 7 Jul 2012 15:21:12 +0000 (15:21 +0000)
commit4139c83abfd537906e6306d680a2c46839ffbf51
tree6bd19551e5385fbd04e685d6c834402e5cdb53af
parentcd4f87b2cc521b039fc4a32dac76a8b099b6bc62
Move the optimization routines for shifts into a separate module.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5766 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codeopt.c
src/cc65/coptshift.c [new file with mode: 0644]
src/cc65/coptshift.h [new file with mode: 0644]
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak