From 3e06e8d29dbc862e15bc3cacf05132746457113b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 13 Jul 2004 13:11:05 +0000 Subject: [PATCH] Deactivated WAR opts [r3424] --- ir/ir/iropt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index a31b138e9..f40081a52 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -993,8 +993,8 @@ static ir_op *firm_set_default_equivalent_node(ir_op *op) CASE(And); CASE(Conv); CASE(Phi); - CASE(Load); /* dangerous */ - CASE(Store); /* dangerous, see todo */ +// CASE(Load); /* dangerous */ +// CASE(Store); /* dangerous, see todo */ CASE(Proj); CASE(Id); default: @@ -1466,7 +1466,7 @@ static ir_op *firm_set_default_transform_node(ir_op *op) CASE(Eor); CASE(Not); CASE(Proj); - CASE(Store); +// CASE(Store); /* dangerous, see todo */ CASE(Or); default: op->transform_node = NULL; -- 2.20.1