Skip to content

Commit 6696a45

Browse files
committed
[NFC] Remove redundant comment from DecodeZK
1 parent ae825a3 commit 6696a45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
389389
return Success;
390390
}
391391

392-
// Zk Is the name of the control vector register Z20-Z23 or Z28-Z31, encoded in
393-
// the "K:Zk" fields. Z20-Z23 = 000, 001,010, 011 and Z28-Z31 = 100, 101, 110,
394-
// 111
395392
static DecodeStatus DecodeZK(MCInst &Inst, unsigned RegNo, uint64_t Address,
396393
const MCDisassembler *Decoder) {
397394
if (RegNo > 7)

0 commit comments

Comments
 (0)