From 352ef9596e7d5a5f3308484ba81fb4291554b250 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 18 Jun 2007 14:05:55 +0000 Subject: [PATCH] fixed warnings [r14603] --- ir/arch/archop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/arch/archop.c b/ir/arch/archop.c index 80af0329c..f099b2868 100644 --- a/ir/arch/archop.c +++ b/ir/arch/archop.c @@ -304,6 +304,7 @@ static int verify_node_MinMax(ir_node *n, ir_graph *irg) { ir_mode *mymode = get_irn_mode(n); ir_mode *op1mode = get_irn_mode(get_binop_left(n)); ir_mode *op2mode = get_irn_mode(get_binop_right(n)); + (void) irg; ASSERT_AND_RET( /* MinMax: BB x numP x numP --> numP */ -- 2.20.1