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
23e4787c
Commit
23e4787c
authored
Mar 25, 2014
by
Matthias Braun
Browse files
improve comment
parent
320a2d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/iredges.h
View file @
23e4787c
...
...
@@ -178,7 +178,7 @@ FIRM_API void edges_reroute(ir_node *old, ir_node *nw);
/**
* reroutes (normal) edges from an old node to a new node, except for the
* @p exception which keeps its input even if it is old.
* @p exception
node
which keeps its input even if it is
@p
old.
*/
FIRM_API
void
edges_reroute_except
(
ir_node
*
old
,
ir_node
*
nw
,
ir_node
*
exception
);
...
...
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