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
60b96088
Commit
60b96088
authored
Feb 13, 2016
by
yb9976
Browse files
Print start of verification in debug output.
parent
1dec420a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/constbits.c
View file @
60b96088
...
...
@@ -870,6 +870,7 @@ static void verify_constbits_walker(ir_node *const n, void *const env)
static
void
verify_constbits
(
ir_graph
*
const
irg
)
{
bool
failed
=
false
;
DB
((
dbg
,
LEVEL_1
,
"---> verifying constbits for %+F
\n
"
,
irg
));
irg_walk_graph
(
irg
,
NULL
,
verify_constbits_walker
,
&
failed
);
if
(
failed
)
{
dump_ir_graph
(
irg
,
"verify-constbits"
);
...
...
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