Added getter for non address mode heuristic.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_transform.c
index f345e3d..58edd66 100644 (file)
@@ -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  */