reenable floatin of const functions (don't care about obscure endless loop cases...
authorMatthias Braun <matze@braunis.de>
Tue, 23 Sep 2008 14:52:24 +0000 (14:52 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 23 Sep 2008 14:52:24 +0000 (14:52 +0000)
[r22208]

ir/opt/funccall.c

index 7992636..c289e4c 100644 (file)
@@ -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);
        }