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
01451e3b
Commit
01451e3b
authored
Mar 14, 2014
by
Matthias Braun
Browse files
add missing confirm_irg_properties() to lower_calls
parent
46d68c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_calls.c
View file @
01451e3b
...
@@ -806,6 +806,8 @@ static void transform_irg(compound_call_lowering_flags flags, ir_graph *irg)
...
@@ -806,6 +806,8 @@ static void transform_irg(compound_call_lowering_flags flags, ir_graph *irg)
if
(
env
.
heights
!=
NULL
)
if
(
env
.
heights
!=
NULL
)
heights_free
(
env
.
heights
);
heights_free
(
env
.
heights
);
obstack_free
(
&
env
.
obst
,
NULL
);
obstack_free
(
&
env
.
obst
,
NULL
);
confirm_irg_properties
(
irg
,
env
.
changed
?
IR_GRAPH_PROPERTIES_CONTROL_FLOW
:
IR_GRAPH_PROPERTIES_ALL
);
}
}
static
void
lower_method_types
(
ir_type
*
const
type
,
ir_entity
*
const
entity
,
void
*
const
env
)
static
void
lower_method_types
(
ir_type
*
const
type
,
ir_entity
*
const
entity
,
void
*
const
env
)
...
...
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