From: NAKAMURA Takumi Date: Mon, 4 Aug 2014 10:23:22 +0000 (+0000) Subject: TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocument... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12d4f9f4e40a61602b74777aa56cb21728286ad5;p=oota-llvm.git TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214708 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 36e28a0799b..b8c6c28a901 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/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