Fix random scheduler.
authorManuel Mohr <manuel.mohr@kit.edu>
Mon, 23 Jul 2012 12:15:28 +0000 (14:15 +0200)
committerManuel Mohr <manuel.mohr@kit.edu>
Mon, 23 Jul 2012 12:33:32 +0000 (14:33 +0200)
commitadab1d079bbf83a5b184a33bd62ffe79aad47059
tree194220bd2ee5197ff8fbb93c87094d731be67459
parentacb97e6f33c0d9602c3c65b90594427e67c508f9
Fix random scheduler.

After the switch to C99, the foreach_ir_nodeset macro introduced a separate
loop variable, which shadowed the local variable "irn".  Thus, an uninitialized
pointer was passed to is_cfop.
ir/be/beschedrand.c