Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
bf6f3ad3
Commit
bf6f3ad3
authored
Mar 11, 2016
by
yb9976
Browse files
Do not optimize phi.
This fixes backend/spill_phi2.c.
parent
019b2541
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benode.c
View file @
bf6f3ad3
...
...
@@ -456,7 +456,7 @@ ir_node *be_complete_Phi(ir_node *const phi, unsigned const n_ins, ir_node **con
info
->
in_reqs
=
in_reqs
;
verify_new_node
(
phi
);
return
optimize_node
(
phi
)
;
return
phi
;
}
void
be_set_phi_reg_req
(
ir_node
*
node
,
const
arch_register_req_t
*
req
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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