fix warning
authorMatthias Braun <matze@braunis.de>
Sun, 28 Sep 2008 17:37:43 +0000 (17:37 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 28 Sep 2008 17:37:43 +0000 (17:37 +0000)
[r22326]

ir/ana/irconsconfirm.c

index 3a3375a..aa1dd58 100644 (file)
@@ -124,7 +124,7 @@ static void handle_case(ir_node *block, ir_node *irn, long nr, env_t *env) {
  * @param env       statistical environment
  */
 static void handle_modeb(ir_node *block, ir_node *selector, pn_Cond pnc, env_t *env) {
  * @param env       statistical environment
  */
 static void handle_modeb(ir_node *block, ir_node *selector, pn_Cond pnc, env_t *env) {
-       ir_node *cond, *old, *cond_block, *other_blk = NULL, *con = NULL;
+       ir_node *cond, *old, *cond_block = NULL, *other_blk = NULL, *con = NULL;
        ir_node *c_b = NULL, *c_o = NULL;
        const ir_edge_t *edge, *next;
 
        ir_node *c_b = NULL, *c_o = NULL;
        const ir_edge_t *edge, *next;