amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w...
[libfirm] / ir / be / beabi.c
index 63f58b8..8be3fb2 100644 (file)
@@ -2412,6 +2412,8 @@ static void collect_stack_nodes_walker(ir_node *node, void *data)
 
        if (arch_irn_get_n_outs(insn) == 0)
                return;
+       if (get_irn_mode(node) == mode_T)
+               return;
 
        req = arch_get_register_req_out(node);
        if (! (req->type & arch_register_req_type_produces_sp))