[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)
commitcbbbfe403348379d77a25a20297d8c0bfec2a407
treef998624d023dcd729366d8c12a8dc11aa252c050
parent31f54027114ab5a8de2b3d6a5f6157b581268dba
[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.

llvm-svn: 309267
llvm/utils/TableGen/GlobalISelEmitter.cpp