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
2155c74f
Commit
2155c74f
authored
Jul 31, 2008
by
Matthias Braun
Browse files
fix warning
[r20828]
parent
1dda364d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irconsconfirm.c
View file @
2155c74f
...
...
@@ -454,6 +454,7 @@ void construct_confirms(ir_graph *irg) {
edges_deactivate
(
irg
);
}
/* construct_confirms */
#if 0
/**
* Post-walker: Remove Confirm nodes
*/
...
...
@@ -472,6 +473,7 @@ static void rem_Confirm(ir_node *n, void *env) {
}
}
} /* rem_Confirm */
#endif
/*
* Remove all Confirm nodes from a graph.
...
...
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