peephole_ia32_Test() would due to a bug only remove an ia32_Test if its direct succes...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Oct 2008 17:38:35 +0000 (17:38 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Oct 2008 17:38:35 +0000 (17:38 +0000)
commit8196d8e3e34f2b9d43699066ac24ac58c2168666
tree269d40a1b21caa228fe7c889d79b265f07360752
parentedb11cbddcf9e4fef1bde33d576003af8a6a3323
peephole_ia32_Test() would due to a bug only remove an ia32_Test if its direct successor was the desired node.  If the desired node was an indirect successor, it would incorrectly identify it as flags destroyer.

[r22479]
ir/be/ia32/ia32_optimize.c