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
3faa97ea
Commit
3faa97ea
authored
Oct 12, 2004
by
Michael Beck
Browse files
Added new get_irn_pinned() function
[r4105]
parent
7b2ad7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
3faa97ea
...
...
@@ -353,6 +353,11 @@ void *
return
__get_irn_link
(
node
);
}
op_pin_state
(
get_irn_pinned
)(
const
ir_node
*
node
)
{
return
__get_irn_pinned
(
node
);
}
#ifdef DO_HEAPANALYSIS
/* Access the abstract interpretation information of a node.
...
...
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