commit | 539d871ce3c35a543dad2b3f6c1c3a1c58dfaf47 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Wed May 31 20:18:56 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Wed May 31 20:18:56 2006 +0000 |
tree | 9e40eee1a07c66aa54f09e334faf17dd2d016103 | |
parent | 37e8bde1415e16cf0950feb82460b5d7728e4676 [diff] [blame] |
fix utostr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28597 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm2cpp/CppWriter.cpp b/tools/llvm2cpp/CppWriter.cpp index a188acb..b5f3945 100644 --- a/tools/llvm2cpp/CppWriter.cpp +++ b/tools/llvm2cpp/CppWriter.cpp
@@ -75,7 +75,7 @@ const char* progname; std::ostream &Out; const Module *TheModule; - unsigned long uniqueNum; + uint64_t uniqueNum; TypeMap TypeNames; ValueMap ValueNames; TypeMap UnresolvedTypes;