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
0786a790
Commit
0786a790
authored
May 24, 2015
by
Christoph Mallon
Browse files
sparc: Do not restrict whicht values sparc_emit_immediate() can print.
parent
7635cc4d
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_emitter.c
View file @
0786a790
...
...
@@ -54,7 +54,6 @@ static void sparc_emit_indent(void)
static
void
sparc_emit_immediate
(
int32_t
value
,
ir_entity
*
entity
)
{
if
(
entity
==
NULL
)
{
assert
(
sparc_is_value_imm_encodeable
(
value
));
be_emit_irprintf
(
"%"
PRId32
,
value
);
}
else
{
if
(
is_tls_entity
(
entity
))
{
...
...
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