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
65a03fe4
Commit
65a03fe4
authored
Oct 28, 2016
by
Christoph Mallon
Browse files
sparc: Correct harmless typo.
parent
6a0de8a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_transform.c
View file @
65a03fe4
...
...
@@ -2177,7 +2177,7 @@ static ir_node *gen_Proj_Load(ir_node *node)
if
(
pn
==
pn_Load_res
)
{
return
be_new_Proj
(
new_load
,
pn_sparc_Ldf_res
);
}
else
if
(
pn
==
pn_Load_M
)
{
return
be_new_Proj
(
new_load
,
pn_sparc_Ld_M
);
return
be_new_Proj
(
new_load
,
pn_sparc_Ld
f
_M
);
}
break
;
default:
...
...
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