From dca0d25d4c7dcccd97a48fc0a4bdd63220d0c446 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Sep 2004 08:46:06 +0000 Subject: [PATCH] Deactivated Load/Store Optimization again: - must compare the mode's - must check for exceptions [r3865] --- ir/ir/iropt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.20.1