fixed comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 02:25:32 +0000 (02:25 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 02:25:32 +0000 (02:25 +0000)
[r18196]

ir/ir/iropt.c

index 6d8c06f..69da73d 100644 (file)
@@ -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.