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
8a3ebf8a
Commit
8a3ebf8a
authored
May 03, 2011
by
Michael Beck
Browse files
BugFix: Always invalidate loop-info if data flow was changed.
parent
1dd113bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_copyb.c
View file @
8a3ebf8a
...
...
@@ -182,6 +182,7 @@ void lower_CopyB(ir_graph *irg, unsigned max_size, unsigned native_mode_bytes)
if
(
changed
)
{
set_irg_outs_inconsistent
(
irg
);
set_irg_loopinfo_inconsistent
(
irg
);
}
obstack_free
(
&
env
.
obst
,
NULL
);
...
...
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