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
065c04e8
Commit
065c04e8
authored
Oct 23, 2015
by
yb9976
Browse files
Adapt debugging switch.
parent
fc541b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/constbits.c
View file @
065c04e8
...
...
@@ -869,7 +869,7 @@ static void verify_constbits(ir_graph *const irg)
void
constbits_analyze
(
ir_graph
*
const
irg
)
{
FIRM_DBG_REGISTER
(
dbg
,
"firm.ana.
fp-vrp
"
);
FIRM_DBG_REGISTER
(
dbg
,
"firm.ana.
constbits
"
);
DB
((
dbg
,
LEVEL_1
,
"---> activating constbits for %+F
\n
"
,
irg
));
assure_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_OUT_EDGES
);
...
...
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