]> granicus.if.org Git - llvm/commit
Fixup r303240: Use llvm::to_string instead of std::to_string
authorDiana Picus <diana.picus@linaro.org>
Wed, 17 May 2017 09:25:08 +0000 (09:25 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 17 May 2017 09:25:08 +0000 (09:25 +0000)
commit571ecd0259ea1ca52e1559de7205900f27dc94cd
tree22222d260db95df2d62a9bc2f57534417f80f28f
parente571f1699f739625684f282307c12136d9bf3cf2
Fixup r303240: Use llvm::to_string instead of std::to_string

It turns out some of the buildbots don't have std::to_string around,
even in this day and age...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303243 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/GlobalISelEmitter.cpp