projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e8bde
)
fix utostr
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 31 May 2006 20:18:56 +0000
(20:18 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/tools/llvm2cpp/CppWriter.cpp
b/tools/llvm2cpp/CppWriter.cpp
index a188acb148449ede16a830f8613f3a6ad461abb0..b5f39453f8f2f80c952b0a3bb4770fba9edfa056 100644
(file)
--- 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;
- u
nsigned long
uniqueNum;
+ u
int64_t
uniqueNum;
TypeMap TypeNames;
ValueMap ValueNames;
TypeMap UnresolvedTypes;