From a7f5d1be44da38c242b89f3547dd4b48d511ab26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Sun, 23 Jul 2006 11:18:46 +0000 Subject: [PATCH] removed defines which are in irtools.h now --- ir/be/bechordal.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ir/be/bechordal.c b/ir/be/bechordal.c index 09ef0a06b..e37765eb8 100644 --- a/ir/be/bechordal.c +++ b/ir/be/bechordal.c @@ -1,7 +1,8 @@ /** * Chordal register allocation. * @author Sebastian Hack - * @date 8.12.2004 + * @date 8.12.2004 + * @cvs-id $Id$ * * Copyright (C) Universitaet Karlsruhe * Released under the GPL @@ -34,6 +35,7 @@ #include "irgwalk.h" #include "irdump.h" #include "irdom.h" +#include "irtools.h" #include "debug.h" #include "xmalloc.h" @@ -56,9 +58,6 @@ #define NO_COLOR (-1) -#define MAX(x, y) ((x) > (y) ? (x) : (y)) -#define MIN(x, y) ((x) < (y) ? (x) : (y)) - #define DUMP_INTERVALS typedef struct _be_chordal_alloc_env_t { -- 2.20.1