Commits

Connor Wakamo committed 23ea8e59c80
Made LazyLoaderArray's length type fit in a 32-bit pointer. Per Jordan, it's OK to assume that nothing will have more than 2 billion members or protocols, so make this an llvm::Fixnum<31> instead of an llvm::Fixnum<63>. Swift SVN r23167