X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcallgraph.h;h=514d74910bf8acf6cd2beeec4d3e1721e0646ea5;hb=3ea053779e18f3a0a2fcead621f7d610de8531c1;hp=e97d2d09c389e4cfa9143ede90e1c30debd822ad;hpb=277eeccff1af897173103b9b691cc8f8be06c812;p=libfirm diff --git a/ir/ana/callgraph.h b/ir/ana/callgraph.h index e97d2d09c..514d74910 100644 --- a/ir/ana/callgraph.h +++ b/ir/ana/callgraph.h @@ -100,8 +100,8 @@ void find_callgraph_recursions(void); * path from main(). * - The recursion depth. The maximal number of recursions passed * on all paths reaching this method. - * - The execution freqency. As loop depth, but the edge weight is the sum - * of the execution freqencies of all Calls along the edge. + * - The execution frequency. As loop depth, but the edge weight is the sum + * of the execution frequencies of all Calls along the edge. **/ void compute_performance_estimates(void);