Fix the -Werror build for some sign-comparisons

llvm-svn: 294331
This commit is contained in:
David Blaikie 2017-02-07 18:58:17 +00:00
parent 17aeb5a260
commit 4c01af203e
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ public:
}
/// Maximum size of array considered when transforming.
int MaxArraySizeForCombine;
uint64_t MaxArraySizeForCombine;
private:
/// \brief Performs a few simplifications for operators which are associative