File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments