bestate: Remove redundant test for the start block.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 5 Dec 2012 10:23:22 +0000 (11:23 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 5 Dec 2012 14:06:22 +0000 (15:06 +0100)
commit764950b73a7a4b80ab46f58ecbd728a6d997748b
treef48fdbb73c7545cfda2220abe67382a5d512528e
parent5ce100386043a57a864379c8b6d8e6bb95a98596
bestate: Remove redundant test for the start block.

The start block has no predecessors, so the following loop will not be executed.
ir/be/bestate.c