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
8e095cdb
Commit
8e095cdb
authored
Oct 26, 2011
by
Andreas Zwinkau
Browse files
Fix lower_mode_b aka x86code/fehler136
parent
917ab466
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_mode_b.c
View file @
8e095cdb
...
...
@@ -45,6 +45,7 @@
#include "irpass_t.h"
#include "util.h"
#include "array.h"
#include "irgopt.h"
typedef
struct
needs_lowering_t
{
ir_node
*
node
;
...
...
@@ -332,6 +333,8 @@ void ir_lower_mode_b(ir_graph *const irg, ir_mode *const nlowered_mode)
/* edges are used by part_block_edges in the ir_create_cond_set variant. */
edges_assure
(
irg
);
/* part_block_edges can go wrong with tuples present */
remove_tuples
(
irg
);
set_irg_state
(
irg
,
IR_GRAPH_STATE_MODEB_LOWERED
);
ir_reserve_resources
(
irg
,
IR_RESOURCE_IRN_LINK
);
...
...
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