From de4a99dc709559fd7398c72b39e7887ddf095955 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 23 Sep 2008 14:52:24 +0000 Subject: [PATCH] reenable floatin of const functions (don't care about obscure endless loop cases for now) [r22208] --- ir/opt/funccall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/funccall.c b/ir/opt/funccall.c index 7992636b6..c289e4c9b 100644 --- a/ir/opt/funccall.c +++ b/ir/opt/funccall.c @@ -195,8 +195,8 @@ static void fix_const_call_list(ir_graph *irg, ir_node *call_list, ir_node *proj * observable states... */ - /* finally, this call can float - set_irn_pinned(call, op_pin_state_floats); */ + /* finally, this call can float */ + set_irn_pinned(call, op_pin_state_floats); hook_func_call(irg, call); } -- 2.20.1