NFC: Switch std::vector to SmallVector. This fixes a compiler error on MSVC as...
authorRiver Riddle <riverriddle@google.com>
Wed, 29 May 2019 18:59:26 +0000 (11:59 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:07:31 +0000 (20:07 -0700)
commit661f062f6b673288fd512c37f26d0a77bfbb6463
tree23b3e76da283b84277a0a83c2371e7d276be655a
parentaa7ee31cbe0e20a694dacbe817111918e3adf198
NFC: Switch std::vector to SmallVector. This fixes a compiler error on MSVC as the StringMap key dereference method is non-const.

--

PiperOrigin-RevId: 250538085
mlir/lib/Analysis/OpStats.cpp