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
3226bbc2
Commit
3226bbc2
authored
Dec 05, 2011
by
yb9976
Browse files
Removed superfluous assignment.
parent
69569a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_transform.c
View file @
3226bbc2
...
...
@@ -2166,7 +2166,6 @@ static ir_node *gen_Phi(ir_node *node)
mode
=
mode_gp
;
req
=
sparc_reg_classes
[
CLASS_sparc_gp
].
class_req
;
}
else
if
(
mode_is_float
(
mode
))
{
mode
=
mode
;
req
=
get_float_req
(
mode
);
}
else
{
req
=
arch_no_register_req
;
...
...
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