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
bb9b1067
Commit
bb9b1067
authored
Apr 04, 2009
by
Michael Beck
Browse files
- fixed comment
[r25786]
parent
1810c6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type_finalization.c
View file @
bb9b1067
...
...
@@ -47,7 +47,7 @@ static void do_finalization(type_or_ent tore, void *env) {
return
;
if
(
get_class_n_subtypes
(
cls
)
==
0
)
{
/* Note that we set the final property even for the
frame/
tls
types this way. Should not made any problems. */
frame/
global
types this way. Should not made any problems. */
set_class_final
(
cls
,
1
);
DB
((
dbg
,
LEVEL_1
,
" made final Class %s
\n
"
,
get_type_name
(
cls
)));
...
...
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