Skip to content

Commit 8a2965d

Browse files
committed
[llvm-readobj] Remove a leftover comment from 6ad4fda. NFC.
This case did get documented upstream, in MicrosoftDocs/cpp-docs#4202, and the way that llvm-readobj prints it, implemented in that commit, is correct.
1 parent 4dc29b8 commit 8a2965d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,9 +1478,6 @@ bool Decoder::dumpPackedARM64Entry(const object::COFFObjectFile &COFF,
14781478
19 + 2 * I + 1, 16 * I);
14791479
}
14801480
}
1481-
// CR=2 is yet undocumented, see
1482-
// https://github.com/MicrosoftDocs/cpp-docs/pull/4202 for upstream
1483-
// progress on getting it documented.
14841481
if (RF.CR() == 2)
14851482
SW.startLine() << "pacibsp\n";
14861483
SW.startLine() << "end\n";

0 commit comments

Comments
 (0)