Commits

Erik Eckstein committed 43f68b6974a
Enable dead function removal for internal function in whole-module compilation. This is controlled by a new isWholeModule() attribute in SILModule. It gives about 9% code size reduction on the benchmark executables. For test-suite reasons it is currently not done for the stdlib. Swift SVN r22491