1
0
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:
Benjamin Kramer 2014-03-03 13:59:41 +00:00
parent 218cb7e60b
commit b77301145f

View File

@ -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) {