Skip to content

Commit d8171e6

Browse files
authored
[CodeGen][NFC] Update Doxygen references to renamed parameters (#170253)
The parameters were renamed in cfe0393 and 6e70c37.
1 parent c1e17e5 commit d8171e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/TargetInstrInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ class LLVM_ABI TargetInstrInfo : public MCInstrInfo {
12771277

12781278
/// Return true when there is potentially a faster code sequence
12791279
/// for an instruction chain ending in \p Root. All potential patterns are
1280-
/// returned in the \p Pattern vector. Pattern should be sorted in priority
1280+
/// returned in the \p Patterns vector. Patterns should be sorted in priority
12811281
/// order since the pattern evaluator stops checking as soon as it finds a
12821282
/// faster sequence.
12831283
/// \param Root - Instruction that could be combined with one of its operands
@@ -1379,7 +1379,7 @@ class LLVM_ABI TargetInstrInfo : public MCInstrInfo {
13791379
/// has to decide whether the actual replacement is beneficial or not.
13801380
/// \param Root - Instruction that could be combined with one of its operands
13811381
/// \param Pattern - Combination pattern for Root
1382-
/// \param InsInstrs - Vector of new instructions that implement P
1382+
/// \param InsInstrs - Vector of new instructions that implement Pattern
13831383
/// \param DelInstrs - Old instructions, including Root, that could be
13841384
/// replaced by InsInstr
13851385
/// \param InstIdxForVirtReg - map of virtual register to instruction in

0 commit comments

Comments
 (0)