Commits

Jordan Rose committed b4e4b551bd6
Rename CompilerInstance::doIt to performParse. 'doIt' is semantically meaningless, and doesn't mention the fact that nothing has actually been compiled yet (to SIL, to IR, or to machine code). 'performParse' matches the compiler flag -parse, which stops after type-checking. No functionality change. Swift SVN r10951