From d587e20cec7a1894e5d8c1f516b3809a82b9681f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 4 Aug 2014 10:23:22 +0000 Subject: [PATCH] TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation] llvm-svn: 214708 --- llvm/include/llvm/Target/TargetInstrInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 36e28a0..b8c6c28 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/include/llvm/Target/TargetInstrInfo.h @@ -595,8 +595,8 @@ public: /// beneficial or not. /// \param Root - Instruction that could be combined with one of its operands /// \param P - Combination pattern for Root - /// \param InsInstr - Vector of new instructions that implement P - /// \param DelInstr - Old instructions, including Root, that could be replaced + /// \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 /// InsInstr that defines it -- 2.7.4