From: Michael Beck Date: Tue, 13 Jul 2004 13:11:05 +0000 (+0000) Subject: Deactivated WAR opts X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3e06e8d29dbc862e15bc3cacf05132746457113b;p=libfirm Deactivated WAR opts [r3424] --- 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;