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
a93219d7
Commit
a93219d7
authored
Mar 15, 2012
by
Christoph Mallon
Browse files
Update/Correct documentation of kill_node().
parent
112986c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irgmod.h
View file @
a93219d7
...
...
@@ -85,8 +85,7 @@ FIRM_API void part_block(ir_node *node);
FIRM_API
ir_node
*
part_block_edges
(
ir_node
*
node
);
/**
* Kill a node by setting its predecessors to Bad and finally
* exchange the node by Bad itself.
* Kill a node. No other node may have this node as operand.
*/
FIRM_API
void
kill_node
(
ir_node
*
node
);
...
...
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