mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
[globalisel][tablegen] Attempt to fix builds on old MSVC's after r300964
This should fix llvm-clang-x86_64-expensive-checks-win git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3ed5b78e5
commit
548d25c9dd
@ -1749,8 +1749,8 @@ void GlobalISelEmitter::run(raw_ostream &OS) {
|
||||
OS << "#ifdef GET_GLOBALISEL_PREDICATE_BITSET\n"
|
||||
<< "const unsigned MAX_SUBTARGET_PREDICATES = " << SubtargetFeatures.size()
|
||||
<< ";\n"
|
||||
<< "using PredicateBitset = "
|
||||
"PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>;\n"
|
||||
<< "typedef PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES> "
|
||||
"PredicateBitset;\n"
|
||||
<< "#endif // ifdef GET_GLOBALISEL_PREDICATE_BITSET\n\n";
|
||||
|
||||
OS << "#ifdef GET_GLOBALISEL_TEMPORARIES_DECL\n";
|
||||
|
Loading…
Reference in New Issue
Block a user