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
509c01cb
Commit
509c01cb
authored
Dec 25, 2014
by
Christoph Mallon
Browse files
sparc: Do not set a transformer for Save.
Since the prologue is added late, there are no Save nodes during transformation.
parent
c5049bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_transform.c
View file @
509c01cb
...
...
@@ -2779,7 +2779,6 @@ static void sparc_register_transformers(void)
be_set_transform_function
(
op_sparc_AddX_t
,
gen_AddX_t
);
be_set_transform_function
(
op_sparc_AddCC_t
,
gen_AddCC_t
);
be_set_transform_function
(
op_sparc_Save
,
be_duplicate_node
);
be_set_transform_function
(
op_sparc_SubX_t
,
gen_SubX_t
);
be_set_transform_function
(
op_sparc_SubCC_t
,
gen_SubCC_t
);
...
...
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