X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_emitter.c;h=c313c5cdfee0918c147786293445ffc909707986;hb=b4cf865778f8aeb6acd2a7f98dc3817e942271cc;hp=428dcbbdbbed6297daf24ffcb1d67cdbcf777105;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_emitter.c b/ir/be/TEMPLATE/TEMPLATE_emitter.c index 428dcbbdb..c313c5cdf 100644 --- a/ir/be/TEMPLATE/TEMPLATE_emitter.c +++ b/ir/be/TEMPLATE/TEMPLATE_emitter.c @@ -82,7 +82,7 @@ static const arch_register_t *get_out_reg(const ir_node *node, int pos) if (get_irn_mode(node) != mode_T) { reg = arch_get_irn_register(node); } else if (is_TEMPLATE_irn(node)) { - reg = get_TEMPLATE_out_reg(node, pos); + reg = arch_irn_get_register(node, pos); } else { const ir_edge_t *edge;