Add a comment explaining why we are inlining functions with loops in ElimGraph

This commit is contained in:
Tiago Gomes 2013-02-20 23:08:12 +00:00
parent 1d54a78601
commit ce8152d7a0
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ class ElimGraph {
/* Profiling shows that we should inline the following functions */
inline void
ElimGraph::addEdge (EGNode* n1, EGNode* n2)
{