Fixed warning.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 11 Apr 2011 09:08:15 +0000 (11:08 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 11 Apr 2011 09:16:42 +0000 (11:16 +0200)
ir/kaps/heuristical_co_ld.c

index 4bc6b3a..c0b5f21 100644 (file)
@@ -36,6 +36,8 @@ static void back_propagate_RI(pbqp_t *pbqp, pbqp_node_t *node)
        vector_t      *vec;
        int            is_src;
 
+       (void) pbqp;
+
        edge = node->edges[0];
        mat = edge->costs;
        is_src = edge->src == node;