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
2a62b96a
Commit
2a62b96a
authored
Jun 11, 2003
by
Till Riedel
Browse files
*** empty log message ***
[r1306]
parent
abf8cf67
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
2a62b96a
...
...
@@ -255,6 +255,14 @@ get_irn_mode (const ir_node *node)
return
node
->
mode
;
}
INLINE
void
set_irn_mode
(
ir_node
*
node
,
ir_mode
*
mode
)
{
assert
(
node
);
node
->
mode
=
mode
;
return
;
}
INLINE
modecode
get_irn_modecode
(
const
ir_node
*
node
)
{
...
...
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