[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defs
commit89dafb33365c0af9ade5bdbb26c1cde513ccfb7e
authorSimon Pilgrim <lvm-dev@redking.me.uk>
Tue, 9 Jul 2019 13:07:48 +0000 (9 13:07 +0000)
committerSimon Pilgrim <lvm-dev@redking.me.uk>
Tue, 9 Jul 2019 13:07:48 +0000 (9 13:07 +0000)
tree8f250bdbdb22f5716858215afc42d04a8bd559f4
parent078e24a67ce8bdfc54adc5fc0414340f571012e9
[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defs

Now that we've dropped VS2015 support (D64326) we can enable the constexpr variables on MSVC builds as VS2017+ correctly handles them

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365477 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AccelTable.h
lib/CodeGen/AsmPrinter/AccelTable.cpp