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
74e6fac1
Commit
74e6fac1
authored
Jun 30, 2015
by
Christoph Mallon
Browse files
be: Remove duplicate setting of out requirement.
It gets overwritten just a few lines later.
parent
c237e003
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benode.c
View file @
74e6fac1
...
@@ -187,7 +187,6 @@ ir_node *be_new_Copy(ir_node *bl, ir_node *op)
...
@@ -187,7 +187,6 @@ ir_node *be_new_Copy(ir_node *bl, ir_node *op)
const
arch_register_req_t
*
in_req
=
arch_get_irn_register_req
(
op
);
const
arch_register_req_t
*
in_req
=
arch_get_irn_register_req
(
op
);
const
arch_register_class_t
*
cls
=
in_req
->
cls
;
const
arch_register_class_t
*
cls
=
in_req
->
cls
;
be_node_set_register_req_in
(
res
,
0
,
cls
->
class_req
);
be_node_set_register_req_in
(
res
,
0
,
cls
->
class_req
);
arch_set_irn_register_req_out
(
res
,
0
,
cls
->
class_req
);
arch_register_req_t
*
const
req
=
allocate_reg_req
(
irg
);
arch_register_req_t
*
const
req
=
allocate_reg_req
(
irg
);
req
->
cls
=
cls
;
req
->
cls
=
cls
;
...
...
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