mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
[CFLAA] LLVM_CONSTEXPR -> const
The number is just a constant, and this should make MSVC happy (or at least happier). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76b55cc4b1
commit
4437658aff
@ -38,7 +38,7 @@ struct StratifiedInfo {
|
||||
// The number of attributes that StratifiedAttrs should contain. Attributes are
|
||||
// described below, and 32 was an arbitrary choice because it fits nicely in 32
|
||||
// bits (because we use a bitset for StratifiedAttrs).
|
||||
static LLVM_CONSTEXPR unsigned NumStratifiedAttrs = 32;
|
||||
static const unsigned NumStratifiedAttrs = 32;
|
||||
|
||||
// These are attributes that the users of StratifiedSets/StratifiedSetBuilders
|
||||
// may use for various purposes. These also have the special property of that
|
||||
|
Loading…
x
Reference in New Issue
Block a user