Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 30 Oct 2003 15:03:49 +0000 (15:03 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 30 Oct 2003 15:03:49 +0000 (15:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9612 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/StringExtras.h
include/llvm/ADT/StringExtras.h

index b0f5c51ed0b2a868c38b0ae06d713c7fe151c537..2c50c1cd5be39b821e816d608210f298c8fcef89 100644 (file)
@@ -36,7 +36,7 @@ static inline std::string utohexstr(uint64_t X) {
   return std::string(BufPtr);
 }
 
-static inline std::string utostr(uint64_t X, bool isNeg = false) {
+static inline std::string utostr(unsigned long long X, bool isNeg = false) {
   char Buffer[40];
   char *BufPtr = Buffer+39;
 
index b0f5c51ed0b2a868c38b0ae06d713c7fe151c537..2c50c1cd5be39b821e816d608210f298c8fcef89 100644 (file)
@@ -36,7 +36,7 @@ static inline std::string utohexstr(uint64_t X) {
   return std::string(BufPtr);
 }
 
-static inline std::string utostr(uint64_t X, bool isNeg = false) {
+static inline std::string utostr(unsigned long long X, bool isNeg = false) {
   char Buffer[40];
   char *BufPtr = Buffer+39;