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 ec84fe3 commit 9930644Copy full SHA for 9930644
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -4060,7 +4060,7 @@ void ModuleBitcodeWriter::writeBlockInfo() {
4060
{
4061
auto Abbv = std::make_shared<BitCodeAbbrev>();
4062
Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_DEBUG_LOC));
4063
- // NOTE: No IsDistinct field for FUNCTION_DEBUG_LOCs.
+ // NOTE: No IsDistinct field for FUNC_CODE_DEBUG_LOC.
4064
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
4065
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
4066
0 commit comments