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
ded8a5b0
Commit
ded8a5b0
authored
Oct 03, 2007
by
Christoph Mallon
Browse files
Directly tie the ConvI2I8Bit node to the ConvI2I emitter instead of using an intermediate function.
[r16041]
parent
72d4cdfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
ded8a5b0
...
...
@@ -1471,14 +1471,6 @@ static void emit_ia32_Conv_I2I(const ir_node *node)
be_emit_finish_line_gas
(
node
);
}
/**
* Emits code for an 8Bit Int conversion.
*/
static
void
emit_ia32_Conv_I2I8Bit
(
const
ir_node
*
node
)
{
emit_ia32_Conv_I2I
(
node
);
}
/*******************************************
* _ _
...
...
@@ -1815,7 +1807,7 @@ void ia32_register_emitters(void) {
IA32_EMIT
(
Conv_FP2I
);
IA32_EMIT
(
Conv_FP2FP
);
IA32_EMIT
(
Conv_I2I
);
IA32_EMIT
(
Conv_I2I8Bit
);
IA32_EMIT
2
(
Conv_I2I8Bit
,
Conv_I2I
);
IA32_EMIT
(
Const
);
IA32_EMIT
(
LdTls
);
IA32_EMIT
(
Minus64Bit
);
...
...
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