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
41cd9133
Commit
41cd9133
authored
Jan 08, 2008
by
Matthias Braun
Browse files
fix warning
[r17214]
parent
9d59e06e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
41cd9133
...
...
@@ -41,6 +41,7 @@
#include "irprog_t.h"
#include "iredgekinds.h"
#include "iredges_t.h"
#include "ircons.h"
#include "irhooks.h"
#include "irtools.h"
...
...
@@ -883,7 +884,7 @@ ir_node *get_irn_MacroBlock(const ir_node *n) {
n
=
get_nodes_block
(
n
);
/* if the Block is Bad, do NOT try to get it's MB, it will fail. */
if
(
is_Bad
(
n
))
return
n
;
return
n
ew_Bad
()
;
}
return
get_Block_MacroBlock
(
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