Commits

Erik Eckstein committed b468f9f3391
Add a way that SILAnalysis can retrieve (and store) other analysis which they depend on. So far this was done by directly calling PM->getAnalysis() in create*Analysis(). But this required a correct order of analysis definitions in Analysis.def. Swift SVN r31941