From 898ae0d1c7843807fc2e1f778bc9827a2b0b1f44 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 19 Sep 2007 19:24:56 +0000 Subject: [PATCH] Fix typo in comment. [r15885] --- 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 ae5527ce9..3cb3c17f9 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -2035,7 +2035,7 @@ static ir_node *transform_node_Add(ir_node *n) { ir_node *op = get_Not_op(b); if (op == a) { - /* ~x + x = -1 */ + /* x + ~x = -1 */ ir_node *blk = get_irn_n(n, -1); n = new_r_Const(current_ir_graph, blk, mode, get_mode_minus_one(mode)); DBG_OPT_ALGSIM0(oldn, n, FS_OPT_ADD_X_NOT_X); -- 2.20.1