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
988039bf
Commit
988039bf
authored
Mar 18, 2009
by
Michael Beck
Browse files
fixed comment
[r25701]
parent
cef83dae
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
988039bf
...
...
@@ -348,7 +348,7 @@ void set_Block_cfgpred(ir_node *node, int pos, ir_node *pred);
* We walk from the predecessor to the next pinned node
* (skip_Proj) and return the block that node is in.
* - If we encounter the Bad node, this function does not return
* Start, but the Bad node.
* Start
block
, but the Bad node.
*/
ir_node
*
get_Block_cfgpred_block
(
const
ir_node
*
node
,
int
pos
);
int
get_Block_matured
(
const
ir_node
*
node
);
...
...
ir/ir/irnode_t.h
View file @
988039bf
...
...
@@ -798,7 +798,7 @@ _get_Block_cfgpred(const ir_node *node, int pos) {
* We walk from the predecessor to the next pinned node
* (skip_Proj) and return the block that node is in.
* - If we encounter the Bad node, this function does not return
* Start, but the Bad node.
*
the
Start
block
, but the Bad node.
*/
static
inline
ir_node
*
_get_Block_cfgpred_block
(
const
ir_node
*
node
,
int
pos
)
{
...
...
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