]> granicus.if.org Git - llvm/commit
Fix the build of GlobalISelEmitter with MSVC 2017 by specializing earlier
authorReid Kleckner <rnk@google.com>
Mon, 16 Oct 2017 20:23:16 +0000 (20:23 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 16 Oct 2017 20:23:16 +0000 (20:23 +0000)
commitddac8b75e4afb3e928c6370d4ec552ee1c6d3d02
tree1e10db1bc364e6e34a268c81cad2c38d7dea5b58
parent7b72f3902c24202cf1e73916698c0af6f23ba2e3
Fix the build of GlobalISelEmitter with MSVC 2017 by specializing earlier

MSVC doesn't seem to like implicitly instantiating addPredicate and then
explicitly specializing it later. It causes an internal compiler error.

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