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
dde7cd23
Commit
dde7cd23
authored
Sep 10, 2010
by
Matthias Braun
Browse files
ia32: remove unnecessary safety check
[r27993]
parent
ff94a727
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
dde7cd23
...
...
@@ -673,9 +673,6 @@ void set_ia32_in_req_all(ir_node *node, const arch_register_req_t **reqs)
const
arch_register_req_t
*
get_ia32_in_req
(
const
ir_node
*
node
,
int
pos
)
{
const
ia32_attr_t
*
attr
=
get_ia32_attr_const
(
node
);
if
(
attr
->
in_req
==
NULL
)
return
arch_no_register_req
;
return
attr
->
in_req
[
pos
];
}
...
...
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