1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add a FIXME that assumes we maintain backward compatibility until the next major release.

llvm-svn: 163195
This commit is contained in:
Chad Rosier 2012-09-05 06:28:52 +00:00
parent d6babb951e
commit d18aee2236

View File

@ -1246,6 +1246,7 @@ bool BitcodeReader::ParseConstants() {
break;
}
// This maintains backward compatibility, pre-'nsdialect'.
// FIXME: Remove with the 4.0 release.
case bitc::CST_CODE_INLINEASM_OLD: {
if (Record.size() < 2) return Error("Invalid INLINEASM record");
std::string AsmStr, ConstrStr;