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
b2c637a6
Commit
b2c637a6
authored
Jun 24, 2009
by
Michael Beck
Browse files
- fixed warning
[r26181]
parent
93ecd395
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
b2c637a6
...
...
@@ -2769,7 +2769,7 @@ int (is_irn_forking)(const ir_node *node) {
}
void
(
copy_node_attr
)(
const
ir_node
*
old_node
,
ir_node
*
new_node
)
{
return
_copy_node_attr
(
old_node
,
new_node
);
_copy_node_attr
(
old_node
,
new_node
);
}
/* Return the type associated with the value produced by n
...
...
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