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
d9872784
Commit
d9872784
authored
Feb 18, 2003
by
Götz Lindenmaier
Browse files
Changed type_walk_irg: now visits frame type.
[r811]
parent
9263af82
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/typewalk.c
View file @
d9872784
...
...
@@ -203,6 +203,8 @@ void type_walk_irg (ir_graph *irg,
type_walk_2
((
type_or_ent
*
)
get_irg_ent
(
irg
),
pre
,
post
,
env
);
type_walk_2
((
type_or_ent
*
)
get_irg_frame_type
(
irg
),
pre
,
post
,
env
);
free
(
type_env
);
return
;
}
...
...
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