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
0545d52c
Commit
0545d52c
authored
Mar 26, 2016
by
Christoph Mallon
Browse files
sparc: Fix harmless typo.
parent
48f6b852
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_transform.c
View file @
0545d52c
...
...
@@ -289,7 +289,7 @@ static ir_node *gen_ASM(ir_node *node)
if
(
streq
(
clobber
,
"cc"
))
continue
;
arch_register_t
const
const
*
reg
=
arch_find_register
(
clobber
);
arch_register_t
const
*
const
reg
=
arch_find_register
(
clobber
);
if
(
reg
==
NULL
)
panic
(
"invalid clobber in sparc asm"
);
...
...
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