Commits

Connor Wakamo committed 425807ce95f
Move runSILDiagnosticPasses and runSILOptimizationPasses into swiftSILPasses. Added a new Passes.cpp file to swiftSILPasses, which contains the general SIL pass-related functions. Moved runSILDiagnosticPasses and runSILOptimizationPasses from tools/swift/Helpers.cpp to lib/SILPasses/Passes.cpp so that the functions can be shared by swift and swift_driver. Swift SVN r11382