OSDN Git Service

[globalisel][tablegen] Ensure MatchTable's are compile-time constants with constexpr...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 27 Jul 2017 12:47:31 +0000 (12:47 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 27 Jul 2017 12:47:31 +0000 (12:47 +0000)
commit064cf49c35c96359ea016c9f69f1f6768c9a4a16
tree592120cb1a3700b25a2215d6560e7cf38409a464
parent2eb23f10ae75677d4d02c2030ba6aa239f116b10
[globalisel][tablegen] Ensure MatchTable's are compile-time constants with constexpr. NFC.

This should prevent any re-occurence of the problem where the table was
initialized at run-time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309267 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/GlobalISelEmitter.cpp