From: Michael Beck Date: Thu, 20 Mar 2008 02:25:32 +0000 (+0000) Subject: fixed comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f9b8d47d4043efa9d709fa221e4145d8019e4721;p=libfirm fixed comment [r18196] --- diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 6d8c06fda..69da73dfa 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -2853,7 +2853,8 @@ static ir_node *transform_node_Abs(ir_node *n) { /* * We can replace the Abs by -x here. - * We even could add a new Confirm here. + * We even could add a new Confirm here + * (if not twos complement) * * Note that -x would create a new node, so we could * not run it in the equivalent_node() context.