mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fix utostr
llvm-svn: 28597
This commit is contained in:
parent
ed197672a8
commit
1ba06d364e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user