ia32: Remove unnecessary test.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 13 Dec 2012 20:12:03 +0000 (21:12 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 14 Dec 2012 23:06:59 +0000 (00:06 +0100)
There is not (middleend) Start node in a graph at this point.

ir/be/ia32/ia32_optimize.c

index b934698..8b4a503 100644 (file)
@@ -332,7 +332,6 @@ static void peephole_ia32_Return(ir_node *node)
        /* check if this return is the first on the block */
        sched_foreach_reverse_before(node, irn) {
                switch (get_irn_opcode(irn)) {
-               case iro_Start:
                case beo_Start:
                        /* ignore no code generated */
                        continue;