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
f871e91e
Commit
f871e91e
authored
Sep 11, 2009
by
Matthias Braun
Browse files
LC_OPT_ENT_BOOL needs an int
[r26520]
parent
6187ee24
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bespillbelady.c
View file @
f871e91e
...
...
@@ -96,9 +96,9 @@ static unsigned instr_nr; /**< current instruction number
static
spill_env_t
*
senv
;
/**< see bespill.h */
static
ir_node
**
blocklist
;
static
bool
move_spills
=
true
;
static
bool
respectloopdepth
=
true
;
static
bool
improve_known_preds
=
true
;
static
int
move_spills
=
true
;
static
int
respectloopdepth
=
true
;
static
int
improve_known_preds
=
true
;
/* factor to weight the different costs of reloading/rematerializing a node
(see bespill.h be_get_reload_costs_no_weight) */
static
int
remat_bonus
=
10
;
...
...
Write
Preview
Markdown
is supported
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