Use utostr rather than std::to_string
authorKeno Fischer <kfischer@college.harvard.edu>
Wed, 13 Jan 2016 01:26:57 +0000 (01:26 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Wed, 13 Jan 2016 01:26:57 +0000 (01:26 +0000)
commitfad8ff3134d32996a6ce6beba7ee70d5e1c51d8b
tree6daab8f2b55be747bfcb0ed6d50a7f4f3800c324
parent94d0a9154e9ec3df3398f11649c024ef8378b9c8
Use utostr rather than std::to_string

Looks like std::to_string is not available for Android. Hopefully
this fixes the bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257558 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp