Commits

Chris Lattner committed 69f3cbc5624
- rename NumElementsCache -> TupleFlattening. - Rename the "get" method to "getElementCount. - Now that we don't flatten nominal types, we can't get into exponential complexity situations, so we can remove our DenseMap. - Simplify logic now that tuples are the only thing being flattened. Swift SVN r7248