summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-09-02 22:26:06 +0000
committerHal Finkel <hfinkel@anl.gov>2014-09-02 22:26:06 +0000
commit981602a84c5e16871d23b946c8334cd830aceed2 (patch)
tree504ec1c306a7af3e9c3a3e452e71496e0afc8679 /llvm/lib
parentdf20586a7afd433d64fd10b1827c34e2852f731b (diff)
downloadbcm5719-llvm-981602a84c5e16871d23b946c8334cd830aceed2.tar.gz
bcm5719-llvm-981602a84c5e16871d23b946c8334cd830aceed2.zip
[CFLAA] LLVM_CONSTEXPR -> const
The number is just a constant, and this should make MSVC happy (or at least happier). llvm-svn: 216981
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/StratifiedSets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/StratifiedSets.h b/llvm/lib/Analysis/StratifiedSets.h
index c03abe3c678..3000d5bce81 100644
--- a/llvm/lib/Analysis/StratifiedSets.h
+++ b/llvm/lib/Analysis/StratifiedSets.h
@@ -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
OpenPOWER on IntegriCloud