Skip to content

Commit efb880d

Browse files
committed
[TableGen] Fix incorrect comment. NFC
1 parent 3ce67a8 commit efb880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/DecoderEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups,
682682
I != E; ++I) {
683683
// Calculate the distance from the byte following the fixup entry byte
684684
// to the destination. The Target is calculated from after the 24-bit
685-
// NumToSkip entry itself, so subtract two from the displacement here
685+
// NumToSkip entry itself, so subtract three from the displacement here
686686
// to account for that.
687687
uint32_t FixupIdx = *I;
688688
uint32_t Delta = DestIdx - FixupIdx - 3;

0 commit comments

Comments
 (0)