]> git.sur5r.net Git - cc65/commit
Fixed an optimizer problem: A branch into a list of at least two branches
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Jan 2009 19:48:28 +0000 (19:48 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Jan 2009 19:48:28 +0000 (19:48 +0000)
commitdf341b65516fc949a82e6cd2a1c9b4970e82029d
tree5f74fa22929afe97e3c50b19f779aff8dd21f0c9
parent8c8e0b131f81d4d1523379f0e5728201a6e9d69e
Fixed an optimizer problem: A branch into a list of at least two branches
pointing to themselves caused the optimizer to loop forever.

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