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
2d59e46c
Commit
2d59e46c
authored
Jul 13, 2012
by
Christoph Mallon
Browse files
Remove the unused macro sched_foreach_Phi().
parent
6153d219
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/besched.h
View file @
2d59e46c
...
...
@@ -220,14 +220,6 @@ static inline bool sched_comes_after(const ir_node *n1, const ir_node *n2)
#define sched_foreach_reverse(block,irn) \
sched_foreach_reverse_from(sched_last(block), irn)
/**
* A shorthand macro for iterating over all Phi nodes of a schedule.
* @param block The block.
* @param phi A ir node pointer used as an iterator.
*/
#define sched_foreach_Phi(block,phi) \
for (phi = sched_first(block); is_Phi(phi); phi = sched_next(phi))
/**
* Type for a function scheduling 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