fix utostr
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 31 May 2006 20:18:56 +0000 (20:18 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 31 May 2006 20:18:56 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28597 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm2cpp/CppWriter.cpp

index a188acb148449ede16a830f8613f3a6ad461abb0..b5f39453f8f2f80c952b0a3bb4770fba9edfa056 100644 (file)
@@ -75,7 +75,7 @@ class CppWriter {
   const char* progname;
   std::ostream &Out;
   const Module *TheModule;
-  unsigned long uniqueNum;
+  uint64_t uniqueNum;
   TypeMap TypeNames;
   ValueMap ValueNames;
   TypeMap UnresolvedTypes;