mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Unbreak the C++11 build.
llvm-svn: 202714
This commit is contained in:
parent
218cb7e60b
commit
b77301145f
@ -384,7 +384,7 @@ unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) {
|
||||
OutStr += TargetName;
|
||||
OutStr += "::";
|
||||
OutStr += ColInstrs[j]->getName();
|
||||
} else { OutStr += ", -1";}
|
||||
} else { OutStr += ", (uint16_t)-1U";}
|
||||
}
|
||||
|
||||
if (RelExists) {
|
||||
|
Loading…
Reference in New Issue
Block a user