Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
d4c5eceb
Commit
d4c5eceb
authored
Jun 06, 2013
by
Matthias Braun
Browse files
fix arm backend
parent
e0079e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/bearch_arm.c
View file @
d4c5eceb
...
...
@@ -131,13 +131,8 @@ static void arm_collect_frame_entity_nodes(ir_node *node, void *data)
return
;
}
switch
(
get_arm_irn_opcode
(
node
))
{
case
iro_arm_Ldf
:
case
iro_arm_Ldr
:
break
;
default:
if
(
!
is_arm_Ldf
(
node
)
&&
!
is_arm_Ldr
(
node
))
return
;
}
attr
=
get_arm_load_store_attr_const
(
node
);
entity
=
attr
->
entity
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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