TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocument...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 4 Aug 2014 10:23:22 +0000 (10:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 4 Aug 2014 10:23:22 +0000 (10:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214708 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 36e28a0799bb9ce38f57296cde4111ea3f19dd47..b8c6c28a90121b8e7fee26524e7f5b2d65512f9b 100644 (file)
@@ -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