X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_transform.c;h=58edd66c9db2e516ef8a7c5e267402d7321dadd4;hb=fc2759fa267ba4b074c2ac570c1b9d47cc943612;hp=dd2ebe94b4e62ad48185d6e9a9664d7cd1bad80e;hpb=75e3b5fe17402ca27fc671dd404ff958664506b1;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.c b/ir/be/TEMPLATE/TEMPLATE_transform.c index dd2ebe94b..58edd66c9 100644 --- a/ir/be/TEMPLATE/TEMPLATE_transform.c +++ b/ir/be/TEMPLATE/TEMPLATE_transform.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -402,8 +402,8 @@ void TEMPLATE_transform_node(ir_node *node, void *env) { default: if (get_irn_op(node) == get_op_Max() || - get_irn_op(node) == get_op_Min() || - get_irn_op(node) == get_op_Mulh()) + get_irn_op(node) == get_op_Min() || + is_Mulh(node)) { /* TODO: implement */ /* ignore for now */