From c86cca5071eb546f462a6d21c3088892526f460c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 26 Oct 2011 14:18:11 +0200 Subject: [PATCH] fix missing PTR_TO_INT macros in release mode --- ir/ir/irgraph.c | 1 + ir/tr/entity.c | 2 +- ir/tr/type.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index df1b36af9..cd5aabb74 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -41,6 +41,7 @@ #include "irouts.h" #include "irhooks.h" #include "irtools.h" +#include "util.h" #include "irgwalk.h" #include "irbackedge_t.h" #include "iredges_t.h" diff --git a/ir/tr/entity.c b/ir/tr/entity.c index 27612ca95..e2b582138 100644 --- a/ir/tr/entity.c +++ b/ir/tr/entity.c @@ -32,7 +32,7 @@ #include "xmalloc.h" #include "entity_t.h" #include "array.h" -#include "irtools.h" +#include "util.h" #include "irhooks.h" #include "irprintf.h" diff --git a/ir/tr/type.c b/ir/tr/type.c index 3844b1b39..e26486eeb 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -56,7 +56,7 @@ #include "tpop_t.h" #include "tv_t.h" #include "irhooks.h" -#include "irtools.h" +#include "util.h" #include "entity_t.h" #include "error.h" #include "dbginfo.h" -- 2.20.1