Commits

Jordan Rose committed de81a3e15ff
Prefer using known-identifiers to using getIdentifier. I didn't add anything to the table, just made use of what was already there. We have plenty of additional calls to getIdentifier that could probably benefit from this kind of easy access as well. This commit also removes FOUNDATION_MODULE_NAME and OBJC_MODULE_NAME from Strings.h. Neither of these is likely to change in the future, and both already have KnownIdentifiers equivalents in use. No intended functionality change. Swift SVN r29292