Commits

Michael Gottesman committed 8fd89a4fdc1
Change SILType::isAddressOnly to perform its query analogously to isTrivial by calling TypeLowering::isAddressOnly(). This is going to be useful so we can use a TypeLowering cache on SILType to ensure that both SILType::isTrivial and SILType::isAddressOnly do not have to perform the lookup of their TypeLowering which is slow. This will be coming later in the week. Swift SVN r13374