We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57d7da commit ce2b280Copy full SHA for ce2b280
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -4381,7 +4381,6 @@ Error BitcodeReader::parseGlobalIndirectSymbolRecord(
4381
return error("Malformed partition, too large.");
4382
NewGA->setPartition(
4383
StringRef(Strtab.data() + Record[OpNum], Record[OpNum + 1]));
4384
- OpNum += 2;
4385
}
4386
4387
ValueList.push_back(NewGA, getVirtualTypeID(NewGA->getType(), TypeID));
0 commit comments