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
df94ee9e
Commit
df94ee9e
authored
Mar 04, 2016
by
Christoph Mallon
Browse files
bespillutil: Remove redundant check.
The same check is just a few lines above.
parent
c5913732
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/bespillutil.c
View file @
df94ee9e
...
...
@@ -784,12 +784,10 @@ static void prepare_constr_insn(ir_node *const node)
}
else
{
if
(
def_constr
==
NULL
||
req
->
limited
==
NULL
)
continue
;
if
(
!
req
->
kills_value
)
{
const
arch_register_req_t
*
const
in_req
=
arch_get_irn_register_req
(
in
);
if
(
in_req
->
ignore
)
continue
;
}
bool
common_limits
=
false
;
arch_register_class_t
const
*
const
cls
=
req
->
cls
;
...
...
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