From 74c2a2802197e9dec3ec69949f13ec308d4f7cee Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 25 Feb 2008 16:23:08 +0000 Subject: [PATCH] add comment [r17861] --- ir/ir/irarch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/ir/irarch.c b/ir/ir/irarch.c index f9507d53d..ada45d670 100644 --- a/ir/ir/irarch.c +++ b/ir/ir/irarch.c @@ -930,6 +930,7 @@ ir_node *arch_dep_replace_div_by_const(ir_node *irn) { ir_node *k_node; ir_node *curr = left; + /* create the correction code for signed values only if there might be a remainder */ if (! is_Div_remainderless(irn)) { if (k != 1) { k_node = new_r_Const_long(current_ir_graph, block, mode_Iu, k - 1); -- 2.20.1