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
e71e2766
Commit
e71e2766
authored
Aug 28, 2014
by
Andreas Fried
Browse files
Clear constbits information after 64-bit lowering.
parent
2dd54d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
e71e2766
...
...
@@ -2739,6 +2739,8 @@ static void lower_irg(ir_graph *irg)
!
(
env
.
flags
&
MUST_BE_LOWERED
)
?
IR_GRAPH_PROPERTIES_ALL
:
env
.
flags
&
CF_CHANGED
?
IR_GRAPH_PROPERTIES_NONE
:
IR_GRAPH_PROPERTIES_CONTROL_FLOW
);
constbits_clear
(
irg
);
}
void
ir_prepare_dw_lowering
(
const
lwrdw_param_t
*
params
)
...
...
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