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
8539c297
Commit
8539c297
authored
Jun 26, 2009
by
Matthias Braun
Browse files
mark get_Block_irg inline to avoid warnings
[r26190]
parent
3d344e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode_t.h
View file @
8539c297
...
...
@@ -535,7 +535,7 @@ _is_Block_dead(const ir_node *block) {
}
}
static
ir_graph
*
static
inline
ir_graph
*
_get_Block_irg
(
const
ir_node
*
block
)
{
assert
(
is_Block
(
block
)
||
is_Bad
(
block
));
return
block
->
attr
.
irg
.
irg
;
...
...
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