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
3305fdae
Commit
3305fdae
authored
Jul 31, 2006
by
Michael Beck
Browse files
get_Pin_op() and set_Pin_op() added
[r8083]
parent
ecda0ef2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
3305fdae
This diff is collapsed.
Click to expand it.
ir/ir/irnode.h
View file @
3305fdae
...
...
@@ -1054,6 +1054,11 @@ void set_Bound_lower(ir_node *bound, ir_node *lower);
ir_node
*
get_Bound_upper
(
ir_node
*
bound
);
void
set_Bound_upper
(
ir_node
*
bound
,
ir_node
*
upper
);
/** Return the operand of a Pin node. */
ir_node
*
get_Pin_op
(
ir_node
*
pin
);
void
set_Pin_op
(
ir_node
*
pin
,
ir_node
*
node
);
/*
*
* NAME Auxiliary routines
...
...
Write
Preview
Supports
Markdown
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