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
9eda258c
Commit
9eda258c
authored
Jan 19, 2009
by
Michael Beck
Browse files
- do not lower Sels to outer frame
[r25273]
parent
3a1332a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_hl.c
View file @
9eda258c
...
...
@@ -59,10 +59,10 @@ static void lower_sel(ir_node *sel) {
owner
=
get_entity_owner
(
ent
);
/*
* Cannot handle value param entities here.
* Cannot handle value param entities
or frame type entities
here.
* Must be lowered by the backend.
*/
if
(
is_value_param_type
(
owner
))
if
(
is_value_param_type
(
owner
)
||
is_frame_type
(
owner
)
)
return
;
dbg
=
get_irn_dbg_info
(
sel
);
...
...
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