From: David Blaikie Date: Tue, 7 Feb 2017 18:58:17 +0000 (+0000) Subject: Fix the -Werror build for some sign-comparisons X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1bd111c03ba67f7c098474b12332e6a4fee9d01;p=llvm Fix the -Werror build for some sign-comparisons git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294331 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/InstCombineInternal.h b/lib/Transforms/InstCombine/InstCombineInternal.h index bfa6964ec63..9e04f5d7cb0 100644 --- a/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/lib/Transforms/InstCombine/InstCombineInternal.h @@ -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