Skip to content

Commit 9930644

Browse files
committed
comment
1 parent ec84fe3 commit 9930644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4060,7 +4060,7 @@ void ModuleBitcodeWriter::writeBlockInfo() {
40604060
{
40614061
auto Abbv = std::make_shared<BitCodeAbbrev>();
40624062
Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_DEBUG_LOC));
4063-
// NOTE: No IsDistinct field for FUNCTION_DEBUG_LOCs.
4063+
// NOTE: No IsDistinct field for FUNC_CODE_DEBUG_LOC.
40644064
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
40654065
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
40664066
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));

0 commit comments

Comments
 (0)