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
c7404adf
Commit
c7404adf
authored
Aug 17, 2009
by
Matthias Braun
Browse files
benewalloc: fix unknowns being used at phi inputs
[r26370]
parent
73f7bc29
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/benewalloc.c
View file @
c7404adf
...
...
@@ -1044,6 +1044,9 @@ static void add_phi_permutations(ir_node *block, int p)
continue
;
op
=
get_Phi_pred
(
node
,
p
);
if
(
!
arch_irn_consider_in_reg_alloc
(
cls
,
op
))
continue
;
a
=
find_value_in_block_info
(
pred_info
,
op
);
assert
(
a
>=
0
);
...
...
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