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
06442ea1
Commit
06442ea1
authored
Jul 31, 2008
by
Christoph Mallon
Browse files
GC attributes left over by r20834.
[r20838]
parent
c5da7537
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/bessaconstr.c
View file @
06442ea1
...
...
@@ -360,7 +360,6 @@ void be_ssa_construction_fix_users_array(be_ssa_construction_env_t *env,
env
->
iterated_domfront_calculated
=
1
;
}
stat_ev_int
(
"bessaconstr_domzone"
,
env
->
max_dom
-
env
->
min_dom
);
stat_ev_tim_push
();
for
(
i
=
0
;
i
<
nodes_len
;
++
i
)
{
ir_node
*
value
=
nodes
[
i
];
...
...
ir/be/bessaconstr.h
View file @
06442ea1
...
...
@@ -65,8 +65,6 @@ typedef struct be_ssa_construction_env_t {
const
ir_nodeset_t
*
ignore_uses
;
ir_node
**
new_phis
;
int
iterated_domfront_calculated
;
int
min_dom
;
int
max_dom
;
}
be_ssa_construction_env_t
;
/**
...
...
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