Instead of int64_t, overload itostr with `long long' parameter.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 18 Aug 2004 22:56:12 +0000 (22:56 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 18 Aug 2004 22:56:12 +0000 (22:56 +0000)
commit8831db745bb0c3ed7939df475f924f53f43254a2
tree0663a74825d9b3f71ff85b5f7000181d2e2fdac4
parent43dfdb779bd3808caf9a4c305145b3e00252651a
Instead of int64_t, overload itostr with `long long' parameter.
This appeases both SparcV9 and 64-bit PowerPC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15910 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/StringExtras.h
include/llvm/ADT/StringExtras.h