[llvm] r214708 - TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Aug 4 03:23:23 PDT 2014


Author: chapuni
Date: Mon Aug  4 05:23:22 2014
New Revision: 214708

URL: http://llvm.org/viewvc/llvm-project?rev=214708&view=rev
Log:
TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/Target/TargetInstrInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=214708&r1=214707&r2=214708&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Mon Aug  4 05:23:22 2014
@@ -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





More information about the llvm-commits mailing list