X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flower%2Flower_dw.c;h=6db15f16b5fdb5a64f3cecd0f73e1a3356f87924;hb=f864dbddcf026827e85d49544abbb002841a5405;hp=c8bceeb5ad06dcc753111ed7e162a08e21532600;hpb=1adbf5a888bc38944df7db0c201b2a68ccb265e1;p=libfirm diff --git a/ir/lower/lower_dw.c b/ir/lower/lower_dw.c index c8bceeb5a..6db15f16b 100644 --- a/ir/lower/lower_dw.c +++ b/ir/lower/lower_dw.c @@ -57,6 +57,7 @@ #include "pmap.h" #include "pdeq.h" #include "irdump.h" +#include "array_t.h" #include "xmalloc.h" /** A map from mode to a primitive type. */ @@ -1092,6 +1093,8 @@ static void lower_Rotl(ir_node *node, ir_mode *mode, lower_env_t *env) { ir_node *left = get_Rotl_left(node); ir_node *h, *l; int idx = get_irn_idx(left); + (void) right; + (void) mode; assert(get_mode_arithmetic(mode) == irma_twos_complement && is_Const(right) && tarval_is_long(get_Const_tarval(right)) &&