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
532ca14c
Commit
532ca14c
authored
Aug 23, 2012
by
Matthias Braun
Browse files
use confirm_irg_properties in lower_intrinsics
parent
5f489a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_intrinsics.c
View file @
532ca14c
...
...
@@ -135,15 +135,7 @@ size_t lower_intrinsics(i_record *list, size_t length, int part_block_used)
ir_free_resources
(
irg
,
IR_RESOURCE_IRN_LINK
|
IR_RESOURCE_PHI_LIST
);
if
(
wenv
.
nr_of_intrinsics
>
0
)
{
/* Changes detected: we might have added/removed nodes. */
set_irg_callee_info_state
(
irg
,
irg_callee_info_inconsistent
);
/* Exception control flow might have changed / new block might have added. */
clear_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_DOMINANCE
);
/* verify here */
irg_verify
(
irg
,
VERIFY_NORMAL
);
confirm_irg_properties
(
irg
,
IR_GRAPH_PROPERTIES_NONE
);
nr_of_intrinsics
+=
wenv
.
nr_of_intrinsics
;
}
}
...
...
Write
Preview
Supports
Markdown
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