Use size_t for tuple type size
authorGeoffrey Martin-Noble <gcmn@google.com>
Sat, 1 Jun 2019 00:19:24 +0000 (17:19 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:14:09 +0000 (20:14 -0700)
commit8c4ae76b274c896cc00f98a433f5f97718ea033e
tree1c85e87ef2ff242d7d3b02ed1c745ba9e6903bad
parentdaefaded4a3d30643e44c2ccc2f24adb3a125d75
Use size_t for tuple type size

    This is more consistent with standard containers.

--

PiperOrigin-RevId: 250985851
mlir/include/mlir/IR/StandardTypes.h
mlir/lib/IR/StandardTypes.cpp