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
0dd2a7bc
Commit
0dd2a7bc
authored
Jul 08, 2015
by
Christoph Mallon
Browse files
be: Do not explicitly copy the execution frequency in transform_block().
copy_node_attr() just a few lines before does that already.
parent
0d4abbc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
0dd2a7bc
...
...
@@ -104,10 +104,6 @@ static ir_node *transform_block(ir_node *node)
copy_node_attr
(
irg
,
node
,
block
);
block
->
node_nr
=
node
->
node_nr
;
/* transfer execfreq value */
double
execfreq
=
get_block_execfreq
(
node
);
set_block_execfreq
(
block
,
execfreq
);
/* put the preds in the worklist */
be_enqueue_preds
(
node
);
...
...
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