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
5923b85e
Commit
5923b85e
authored
Dec 14, 2011
by
Matthias Braun
Browse files
move edges_node_deleted to private API
parent
916caec9
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/iredges.h
View file @
5923b85e
...
...
@@ -245,8 +245,6 @@ FIRM_API int edges_assure(ir_graph *irg);
*/
FIRM_API
int
edges_assure_kind
(
ir_graph
*
irg
,
ir_edge_kind_t
kind
);
FIRM_API
void
edges_node_deleted
(
ir_node
*
irn
);
/**
* Walks only over Block nodes in the graph. Uses the block visited
* flag, so that it can be interleaved with another walker.
...
...
ir/ir/iredges_t.h
View file @
5923b85e
...
...
@@ -134,6 +134,8 @@ static inline void edges_assure_kind_(ir_graph *irg, ir_edge_kind_t kind)
void
edges_init_graph_kind
(
ir_graph
*
irg
,
ir_edge_kind_t
kind
);
void
edges_node_deleted
(
ir_node
*
irn
);
/**
* A node might be revivaled by CSE.
*/
...
...
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