Commits

Joe Groff committed cbcba9f95f3
SILGen: Relax assertion to allow class protocol extension inits to compile. It's still appropriate to use emitValueConstructor to emit a class protocol extension initializer, since the witnessed delegatee initializer handles the full object initialization. Swift SVN r27903