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
8f805f26
Commit
8f805f26
authored
Jan 13, 2015
by
Christoph Mallon
Browse files
arm: Use the transformed block when creating new nodes in the transformer.
parent
6477a073
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_transform.c
View file @
8f805f26
...
...
@@ -649,7 +649,7 @@ static ir_node *gen_Add(ir_node *node)
other
=
left
;
create_mla:
;
dbg_info
*
dbgi
=
get_irn_dbg_info
(
node
);
ir_node
*
block
=
get
_nodes_block
(
node
);
ir_node
*
block
=
be_transform
_nodes_block
(
node
);
ir_node
*
new_left
=
be_transform_node
(
mul_left
);
ir_node
*
new_right
=
be_transform_node
(
mul_right
);
ir_node
*
new_add
=
be_transform_node
(
other
);
...
...
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