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
673489ba
Commit
673489ba
authored
Mar 07, 2005
by
Michael Beck
Browse files
fixed call to set_trouts_inconsistent()
[r5305]
parent
e027ce4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/loop_unrolling.c
View file @
673489ba
...
...
@@ -35,6 +35,7 @@
# include "irgopt_t.h"
# include "irnode_t.h"
# include "irouts.h"
# include "trouts.h"
# include "hashptr.h"
# include "pset.h"
# include "strength_red.h"
...
...
@@ -963,7 +964,7 @@ void optimize_loop_unrolling(ir_graph *irg /* unroll factor, max body size */)
set_irg_dom_inconsistent
(
irg
);
set_irg_outs_inconsistent
(
irg
);
set_irg_loopinfo_state
(
current_ir_graph
,
loopinfo_cf_inconsistent
);
set_trouts_inconsistent
(
irg
);
set_trouts_inconsistent
();
set_irg_callee_info_state
(
irg
,
irg_callee_info_inconsistent
);
}
...
...
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