From 37e8bde1415e16cf0950feb82460b5d7728e4676 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 31 May 2006 20:18:28 +0000 Subject: Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28596 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ValueSymbolTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/ValueSymbolTable.h') diff --git a/include/llvm/ValueSymbolTable.h b/include/llvm/ValueSymbolTable.h index df3fe18197..34fa28bd5a 100644 --- a/include/llvm/ValueSymbolTable.h +++ b/include/llvm/ValueSymbolTable.h @@ -127,7 +127,7 @@ public: /// @{ private: ValueMap vmap; ///< The map that holds the symbol table. - mutable unsigned long LastUnique; ///< Counter for tracking unique names + mutable uint64_t LastUnique; ///< Counter for tracking unique names /// @} -- cgit v1.2.3