Commits

Erik Eckstein committed f520ef894a7
Add the PassKind as a property in SILTransform. To set the PassKind automatically, I needed to refactor some code of the pass manager and the pass definitions. The main changes are: 1) SILPassManager now has an add-function for each pass: PM.add(createP()) -> PM.addP() 2) I removed the ARGS argument in Passes.def, which we didn't use anyway. Swift SVN r26756