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
c0092b45
Commit
c0092b45
authored
Jul 12, 2007
by
Matthias Braun
Browse files
the Anchor is not a (real) user
[r15096]
parent
d94a9ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bessaconstr.c
View file @
c0092b45
...
...
@@ -352,6 +352,8 @@ void be_ssa_construction_fix_users(be_ssa_construction_env_t *env,
if
(
env
->
ignore_uses
!=
NULL
&&
ir_nodeset_contains
(
env
->
ignore_uses
,
use
))
continue
;
if
(
is_Anchor
(
use
))
continue
;
if
(
is_Phi
(
use
))
{
ir_node
*
block
=
get_nodes_block
(
use
);
...
...
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