X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_transform.c;h=d8c88e291bb4de1425ea8f0c55f0f757a510f736;hb=c2d7ef5e4abd85780c11a840856d8780beefb061;hp=dd2ebe94b4e62ad48185d6e9a9664d7cd1bad80e;hpb=75e3b5fe17402ca27fc671dd404ff958664506b1;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.c b/ir/be/TEMPLATE/TEMPLATE_transform.c index dd2ebe94b..d8c88e291 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. * @@ -22,9 +22,7 @@ * @brief code selection (transform FIRM into TEMPLATE FIRM) * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "irnode_t.h" #include "irgraph_t.h" @@ -402,8 +400,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 */