- always skip tuple, its useless to prevent that
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Dec 2008 17:36:54 +0000 (17:36 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Dec 2008 17:36:54 +0000 (17:36 +0000)
[r24790]

ir/ir/irnode.c

index 497fa3b..184cca7 100644 (file)
@@ -2550,8 +2550,6 @@ skip_Tuple(ir_node *node) {
   ir_node *pred;
   ir_op   *op;
 
-  if (!get_opt_normalize()) return node;
-
 restart:
        if (get_irn_op(node) == op_Proj) {
            pred = get_Proj_pred(node);