fix missing PTR_TO_INT macros in release mode
authorMatthias Braun <matze@braunis.de>
Wed, 26 Oct 2011 12:18:11 +0000 (14:18 +0200)
committerMatthias Braun <matze@braunis.de>
Thu, 27 Oct 2011 12:25:17 +0000 (14:25 +0200)
ir/ir/irgraph.c
ir/tr/entity.c
ir/tr/type.c

index df1b36a..cd5aabb 100644 (file)
@@ -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"
index 27612ca..e2b5821 100644 (file)
@@ -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"
 
index 3844b1b..e26486e 100644 (file)
@@ -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"