Commits

Erik Eckstein committed 524a6f90dd0
SideEffectAnalysis: avoid recomputing the call graph whenever it is not there. This avoids quadratic complexity if a function pass does invalidate the call graph. (which should not happen anyway, but this is another issue). Swift SVN r31993