From 26baaebd4406b34b8b04ef441d4e45e23c10a747 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 2 Aug 2008 22:28:13 +0000 Subject: [PATCH] typo fixed [r20947] --- ir/ir/iropt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 0fb837142..3bcf548ca 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -554,7 +554,7 @@ static tarval *do_computed_value_Mod(ir_node *a, ir_node *b) { /* Compute a % 1 or c1 % c2 */ if (tarval_is_one(tb)) return get_mode_null(get_irn_mode(a)); - if (tb != tarval_bad && tb != tarval_bad) + if (ta != tarval_bad && tb != tarval_bad) return tarval_mod(ta, tb); return tarval_bad; } /* do_computed_value_Mod */ -- 2.20.1