]> granicus.if.org Git - llvm/commit
[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defs
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 9 Jul 2019 13:07:48 +0000 (13:07 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 9 Jul 2019 13:07:48 +0000 (13:07 +0000)
commitbd2266501ad7bdf635771ea86ff57835bc0c2dbb
tree8f250bdbdb22f5716858215afc42d04a8bd559f4
parenta85370ecc21316d49ec28b1389f3213e3cc5a6f1
[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