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
5201814a
Commit
5201814a
authored
Jun 20, 2016
by
Christoph Mallon
Browse files
Remove the unused case 'SETCC_TR_ADDxx'.
Additionally it is subsumed by 'SETCC_TR_LEAxx' anyway.
parent
d4fec07f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
5201814a
...
...
@@ -3253,7 +3253,6 @@ static ir_entity *ia32_create_const_array(ir_node *c0, ir_node *c1,
*/
enum
setcc_transform_insn
{
SETCC_TR_ADD
,
SETCC_TR_ADDxx
,
SETCC_TR_LEA
,
SETCC_TR_LEAxx
,
SETCC_TR_SHL
,
...
...
@@ -3602,11 +3601,6 @@ static ir_node *gen_Mux(ir_node *node)
continue
;
}
case
SETCC_TR_ADDxx
:
new_node
=
create_lea_add
(
dbgi
,
new_block
,
new_node
,
new_node
);
continue
;
case
SETCC_TR_LEA
:
{
new_node
=
new_bd_ia32_Lea
(
dbgi
,
new_block
,
noreg_GP
,
new_node
);
ia32_attr_t
*
const
attr
=
get_ia32_attr
(
new_node
);
...
...
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