[llvm] r337368 - Fix -Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 02:10:18 PDT 2018
Author: rksimon
Date: Wed Jul 18 02:10:18 2018
New Revision: 337368
URL: http://llvm.org/viewvc/llvm-project?rev=337368&view=rev
Log:
Fix -Wdocumentation warning. NFCI.
Modified:
llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h?rev=337368&r1=337367&r2=337368&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h Wed Jul 18 02:10:18 2018
@@ -961,7 +961,7 @@ public:
/// \param InsInstrs - Vector of new instructions that implement P
/// \param DelInstrs - Old instructions, including Root, that could be
/// replaced by InsInstr
- /// \param InstrIdxForVirtReg - map of virtual register to instruction in
+ /// \param InstIdxForVirtReg - map of virtual register to instruction in
/// InsInstr that defines it
virtual void genAlternativeCodeSequence(
MachineInstr &Root, MachineCombinerPattern Pattern,
More information about the llvm-commits
mailing list