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
db593e53
Commit
db593e53
authored
Apr 13, 2010
by
Michael Beck
Browse files
Slightly improved documentation.
[r27385]
parent
30a673c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode_t.h
View file @
db593e53
...
...
@@ -651,7 +651,7 @@ static inline ir_node *_get_Block_phis(const ir_node *block)
}
/**
* Sets the next link of a Phi.
* Sets the next link of a Phi
block list
.
*/
static
inline
void
_set_Phi_next
(
ir_node
*
phi
,
ir_node
*
next
)
{
...
...
@@ -660,8 +660,7 @@ static inline void _set_Phi_next(ir_node *phi, ir_node *next)
}
/**
* Returns the link of a node.
* Intern version of libFirm.
* Returns the next phi of a phi block list.
*/
static
inline
ir_node
*
_get_Phi_next
(
const
ir_node
*
phi
)
{
...
...
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