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
ad508c06
Commit
ad508c06
authored
Feb 13, 2015
by
yb9976
Browse files
Fixed typo.
parent
aa12219e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/jumpthreading.c
View file @
ad508c06
...
...
@@ -658,7 +658,7 @@ void opt_jumpthreading(ir_graph* irg)
ir_free_resources
(
irg
,
IR_RESOURCE_IRN_LINK
|
IR_RESOURCE_IRN_VISITED
);
if
(
changed
)
{
/* we tend to produce alot of duplicated keep edges, remove them */
/* we tend to produce a
lot of duplicated keep edges, remove them */
remove_End_Bads_and_doublets
(
get_irg_end
(
irg
));
confirm_irg_properties
(
irg
,
IR_GRAPH_PROPERTIES_NONE
);
}
else
{
...
...
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