forked from OSchip/llvm-project
Fix the -Werror build for some sign-comparisons
llvm-svn: 294331
This commit is contained in:
parent
17aeb5a260
commit
4c01af203e
|
@ -509,7 +509,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Maximum size of array considered when transforming.
|
/// Maximum size of array considered when transforming.
|
||||||
int MaxArraySizeForCombine;
|
uint64_t MaxArraySizeForCombine;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// \brief Performs a few simplifications for operators which are associative
|
/// \brief Performs a few simplifications for operators which are associative
|
||||||
|
|
Loading…
Reference in New Issue