X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestack.c;h=a28b4a43ad5a7bfbbe110587160c9581533dc8e8;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=8c39163ef9bed7a78b0c63b1691b42d959bf7047;hpb=b53410a0e9548f99c2b37699f01766f50f1055ff;p=libfirm diff --git a/ir/be/bestack.c b/ir/be/bestack.c index 8c39163ef..a28b4a43a 100644 --- a/ir/be/bestack.c +++ b/ir/be/bestack.c @@ -20,7 +20,6 @@ /** * @file * @author Sebastian Hack, Matthias Braun - * @version $Id$ * * Handling of the stack frame. It is composed of three types: * 1) The type of the arguments which are pushed on the stack. @@ -283,12 +282,12 @@ static void collect_stack_nodes_walker(ir_node *node, void *data) insn = get_Proj_pred(node); } - if (arch_irn_get_n_outs(insn) == 0) + if (arch_get_irn_n_outs(insn) == 0) return; if (get_irn_mode(node) == mode_T) return; - req = arch_get_register_req_out(node); + req = arch_get_irn_register_req(node); if (! (req->type & arch_register_req_type_produces_sp)) return;