Add a comment explaining why we are inlining functions with loops in ElimGraph
This commit is contained in:
parent
1d54a78601
commit
ce8152d7a0
@ -92,6 +92,10 @@ class ElimGraph {
|
||||
|
||||
|
||||
|
||||
/* Profiling shows that we should inline the following functions */
|
||||
|
||||
|
||||
|
||||
inline void
|
||||
ElimGraph::addEdge (EGNode* n1, EGNode* n2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user