From da8d6ea948daf3315a1f25dee4ecbedbe2f1d319 Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Tue, 29 Mar 2005 13:28:28 +0000 Subject: [PATCH] removed faulty ooptimizations: Int does not work. [r5476] --- 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 694ff91f7..324be1941 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -1749,7 +1749,7 @@ static ir_node *transform_node_Proj(ir_node *proj) return proj; case iro_Cmp: - if (get_opt_reassociation()) { + if (0 && get_opt_reassociation()) { ir_node *left = get_Cmp_left(n); ir_node *right = get_Cmp_right(n); ir_node *c = NULL; -- 2.20.1