aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/TypeSymbolTable.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-05-31 20:40:36 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-05-31 20:40:36 +0000
commit9e3264a1eaf7ed2340859938ab386985a413d602 (patch)
treef80a4446a0937b40be662b9eb8325369e59bbb58 /include/llvm/TypeSymbolTable.h
parent539d871ce3c35a543dad2b3f6c1c3a1c58dfaf47 (diff)
4 billion names is enough for anyone. And really fix the build on alpha this time
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r--include/llvm/TypeSymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h
index 8a494562d3..c9f8d3107b 100644
--- a/include/llvm/TypeSymbolTable.h
+++ b/include/llvm/TypeSymbolTable.h
@@ -138,7 +138,7 @@ private:
/// @{
private:
TypeMap tmap; ///< This is the mapping of names to types.
- mutable uint64_t LastUnique; ///< Counter for tracking unique names
+ mutable uint32_t LastUnique; ///< Counter for tracking unique names
/// @}