mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 13:30:41 +00:00
[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:
parent
eb2d4257f4
commit
d0506b50b4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user