Use add_ia32_flags() instead of set_ia32_flags(), which was probably intended in...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 17:38:53 +0000 (17:38 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 17:38:53 +0000 (17:38 +0000)
[r16352]

ir/be/ia32/ia32_transform.c

index 5a8690d..b1c3b70 100644 (file)
@@ -1848,7 +1848,7 @@ static ir_node *gen_Load(ir_node *node) {
        set_address(new_node, &addr);
 
        if(get_irn_pinned(node) == op_pin_state_floats) {
-               set_ia32_flags(new_node, arch_irn_flags_rematerializable);
+               add_ia32_flags(new_node, arch_irn_flags_rematerializable);
        }
 
        /* make sure we are scheduled behind the initial IncSP/Barrier