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
This commit is contained in:
Andrew Lenharth
2006-05-31 20:18:28 +00:00
parent f48ec61fbd
commit 37e8bde141
4 changed files with 5 additions and 16 deletions

View File

@ -292,7 +292,7 @@ private:
/// This value is used to retain the last unique value used
/// by getUniqueName to generate unique names.
mutable unsigned long LastUnique;
mutable uint64_t LastUnique;
/// @}