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
912fbfa3
Commit
912fbfa3
authored
Jan 15, 2016
by
Manuel Mohr
Browse files
Remove outdated comment.
Size of last_uses has been increased and code is clear without the comment anyway.
parent
e0a7730c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beprefalloc.c
View file @
912fbfa3
...
...
@@ -286,9 +286,6 @@ static void analyze_block(ir_node *block, void *data)
check_defs
(
&
live_nodes
,
weight
,
value
,
req
);
);
/* the allocation info node currently only uses 1 unsigned value
to mark last used inputs. So we will fail for a node with more than
32 inputs. */
allocation_info_t
*
info
=
get_allocation_info
(
node
);
if
(
get_irn_arity
(
node
)
>=
(
int
)
sizeof
(
info
->
last_uses
)
*
8
)
{
panic
(
"node with more than %d inputs not supported yet"
,
...
...
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