Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
e18ea19e
Commit
e18ea19e
authored
Mar 17, 2011
by
Christoph Mallon
Browse files
Move macro constant into the only file, which uses it.
parent
6aabc09a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/bechordal_t.h
View file @
e18ea19e
...
...
@@ -38,9 +38,6 @@
#include
"beirg.h"
#include
"beifg.h"
/** Defines an invalid register index. */
#define NO_COLOR (-1)
/**
* A liveness interval border.
*/
...
...
ir/be/becopyheur.c
View file @
e18ea19e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment