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
ebf9c307
Commit
ebf9c307
authored
Oct 20, 2016
by
Manuel Mohr
Browse files
Use new irg property framework.
parent
9fb3db9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irmemory.c
View file @
ebf9c307
...
...
@@ -846,7 +846,7 @@ static void analyse_irp_globals_entity_usage(void)
}
foreach_irp_irg
(
i
,
irg
)
{
assure_irg_
outs
(
irg
);
assure_irg_
properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_OUTS
);
irg_walk_graph
(
irg
,
NULL
,
check_global_address
,
NULL
);
}
...
...
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