fix warning
authorMatthias Braun <matze@braunis.de>
Thu, 31 Jul 2008 09:17:21 +0000 (09:17 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 31 Jul 2008 09:17:21 +0000 (09:17 +0000)
[r20828]

ir/ana/irconsconfirm.c

index d30fe35..3a3375a 100644 (file)
@@ -454,6 +454,7 @@ void construct_confirms(ir_graph *irg) {
                edges_deactivate(irg);
 }  /* construct_confirms */
 
+#if 0
 /**
  * Post-walker: Remove Confirm nodes
  */
@@ -472,6 +473,7 @@ static void rem_Confirm(ir_node *n, void *env) {
                }
        }
 }  /* rem_Confirm */
+#endif
 
 /*
  * Remove all Confirm nodes from a graph.