[CFLAA] Make a constant variable const. NFC.

`const` was dropped by r274958, and the lack of `const` makes GCC6
(correctly) complain.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
George Burgess IV 2016-07-09 03:21:25 +00:00
parent eb2d4257f4
commit d0506b50b4

View File

@ -98,7 +98,7 @@ AliasAttrs getExternallyVisibleAttrs(AliasAttrs);
//===----------------------------------------------------------------------===//
/// The maximum number of arguments we can put into a summary.
static unsigned MaxSupportedArgsInSummary = 50;
LLVM_CONSTEXPR static unsigned MaxSupportedArgsInSummary = 50;
/// We use InterfaceValue to describe parameters/return value, as well as
/// potential memory locations that are pointed to by parameters/return value,