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
de0f8bce
Commit
de0f8bce
authored
Sep 10, 2009
by
Christoph Mallon
Browse files
libcore wants int, not bool.
[r26518]
parent
20f0561b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benewalloc.c
View file @
de0f8bce
...
@@ -102,9 +102,9 @@ static unsigned *normal_regs;
...
@@ -102,9 +102,9 @@ static unsigned *normal_regs;
static
int
*
congruence_classes
;
static
int
*
congruence_classes
;
static
ir_node
**
block_order
;
static
ir_node
**
block_order
;
static
int
n_block_order
;
static
int
n_block_order
;
static
bool
create_preferences
=
true
;
static
int
create_preferences
=
true
;
static
bool
create_congruence_classes
=
true
;
static
int
create_congruence_classes
=
true
;
static
bool
propagate_phi_registers
=
true
;
static
int
propagate_phi_registers
=
true
;
static
const
lc_opt_table_entry_t
options
[]
=
{
static
const
lc_opt_table_entry_t
options
[]
=
{
LC_OPT_ENT_BOOL
(
"prefs"
,
"use preference based coloring"
,
&
create_preferences
),
LC_OPT_ENT_BOOL
(
"prefs"
,
"use preference based coloring"
,
&
create_preferences
),
...
...
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