diff options
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index a31525b..8a49456 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 unsigned long LastUnique; ///< Counter for tracking unique names + mutable uint64_t LastUnique; ///< Counter for tracking unique names /// @} |