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
f164b24b
Commit
f164b24b
authored
Jan 24, 2011
by
Michael Beck
Browse files
Fixed broken refactoring of r28264.
[r28270]
parent
0a0fd5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ircgopt.c
View file @
f164b24b
...
...
@@ -81,7 +81,7 @@ void gc_irgs(size_t n_keep, ir_entity ** keep_arr)
size_t
idx
;
for
(
idx
=
0
;
idx
<
n_keep
;
++
idx
)
{
marked
[
i
]
=
keep_arr
[
idx
];
marked
[
i
dx
]
=
keep_arr
[
idx
];
set_entity_link
(
marked
[
idx
],
MARK
);
DB
((
dbg
,
LEVEL_1
,
" method %+F kept alive.
\n
"
,
marked
[
idx
]));
}
...
...
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