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
30b31aff
Commit
30b31aff
authored
Dec 28, 2014
by
Christoph Mallon
Browse files
doc: Correct typos in comment.
parent
5f702d9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/execfreq.c
View file @
30b31aff
...
...
@@ -17,13 +17,13 @@
* frequencies of its predecessor blocks scaled by the probability factors
* of the edges to the predecessors.
* - All outgoing probabilities have a sum of 1.0.
* We then assign equaly distributed probablilities for normal controlflow
* We then assign equal
l
y distributed probablilities for normal controlflow
* splits, and higher probabilities for backedges.
*
* Special case: In case of endless loops or "noreturn" calls some blocks have
* no path to the end node, which produces undesired results (0, infinite
* execution frequencies). We aleviate that by adding artificial edges from
kept
* blocks with a path to end.
* execution frequencies). We al
l
eviate that by adding artificial edges from
*
kept
blocks with a path to end.
*/
#include
<stdio.h>
#include
<string.h>
...
...
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