Move macro constant into the only file, which uses it.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 Mar 2011 13:01:38 +0000 (14:01 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 Mar 2011 13:39:24 +0000 (14:39 +0100)
ir/be/bechordal_t.h
ir/be/becopyheur.c

index 23be540..66669db 100644 (file)
@@ -38,9 +38,6 @@
 #include "beirg.h"
 #include "beifg.h"
 
-/** Defines an invalid register index. */
-#define NO_COLOR (-1)
-
 /**
  * A liveness interval border.
  */
index c1a2cd2..8ac0ea0 100644 (file)
@@ -47,6 +47,9 @@
 
 DEBUG_ONLY(static firm_dbg_module_t *dbg = NULL;)
 
+/** Defines an invalid register index. */
+#define NO_COLOR (-1)
+
 #define SEARCH_FREE_COLORS
 
 #define SLOTS_PINNED_GLOBAL 64