[X86] Fix copy/paste mistake in comment. NFC

This commit is contained in:
Craig Topper 2020-02-13 14:49:07 -08:00
parent e0fd2d6d62
commit 7badb38918
1 changed files with 1 additions and 1 deletions

View File

@ -5651,7 +5651,7 @@ struct X86MemUnfoldTable {
addTableEntry(Entry, TB_INDEX_2 | TB_FOLDED_LOAD | TB_FOLDED_BCAST);
for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3)
// Index 2, folded broadcast
// Index 3, folded broadcast
addTableEntry(Entry, TB_INDEX_3 | TB_FOLDED_LOAD | TB_FOLDED_BCAST);
// Sort the memory->reg unfold table.