From 539d871ce3c35a543dad2b3f6c1c3a1c58dfaf47 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 31 May 2006 20:18:56 +0000 Subject: fix utostr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28597 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm2cpp/CppWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/llvm2cpp/CppWriter.cpp b/tools/llvm2cpp/CppWriter.cpp index a188acb148..b5f39453f8 100644 --- a/tools/llvm2cpp/CppWriter.cpp +++ b/tools/llvm2cpp/CppWriter.cpp @@ -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; -- cgit v1.2.3