From e2c615dca10a6435abcf4809b2c6e031e074eb6b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 18 Jul 2018 09:10:18 +0000 Subject: [PATCH] Fix -Wdocumentation warning. NFCI. llvm-svn: 337368 --- llvm/include/llvm/CodeGen/TargetInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/TargetInstrInfo.h b/llvm/include/llvm/CodeGen/TargetInstrInfo.h index 7996745..efed728 100644 --- a/llvm/include/llvm/CodeGen/TargetInstrInfo.h +++ b/llvm/include/llvm/CodeGen/TargetInstrInfo.h @@ -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, -- 2.7.4