Fix r248164. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Sep 2015 01:44:21 +0000 (01:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Sep 2015 01:44:21 +0000 (01:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248237 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index a6d59de5ad5371e125a1080487729b50c7804177..b76466c355fc1d9f7db0f2a153b2a4e628a2fb39 100644 (file)
@@ -724,7 +724,7 @@ public:
   /// order since the pattern evaluator stops checking as soon as it finds a
   /// faster sequence.
   /// \param Root - Instruction that could be combined with one of its operands
-  /// \param Pattern - Vector of possible combination patterns
+  /// \param Patterns - Vector of possible combination patterns
   virtual bool getMachineCombinerPatterns(
       MachineInstr &Root,
       SmallVectorImpl<MachineCombinerPattern::MC_PATTERN> &Patterns) const;