mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Revert: r300966 - [globalisel][tablegen] Attempt to fix builds on old MSVC's after r300964
It didn't fix the builder. llvm-svn: 300968
This commit is contained in:
parent
f032b2d237
commit
1be3450361
@ -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"
|
||||
<< "typedef PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES> "
|
||||
"PredicateBitset;\n"
|
||||
<< "using PredicateBitset = "
|
||||
"PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>;\n"
|
||||
<< "#endif // ifdef GET_GLOBALISEL_PREDICATE_BITSET\n\n";
|
||||
|
||||
OS << "#ifdef GET_GLOBALISEL_TEMPORARIES_DECL\n";
|
||||
|
Loading…
Reference in New Issue
Block a user