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 1b170de77a
commit 5895edaf66
1 changed files with 1 additions and 0 deletions

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;