From: Michael Beck Date: Wed, 15 Sep 2004 08:46:06 +0000 (+0000) Subject: Deactivated Load/Store Optimization again: X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=dca0d25d4c7dcccd97a48fc0a4bdd63220d0c446;p=libfirm Deactivated Load/Store Optimization again: - must compare the mode's - must check for exceptions [r3865] --- diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 06957f9d0..5b8f003fb 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -1044,8 +1044,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: