From: NAKAMURA Takumi Date: Tue, 22 Sep 2015 01:44:21 +0000 (+0000) Subject: Fix r248164. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00a0a4bbadebda4471768747d6396de196a2db9e;p=oota-llvm.git Fix r248164. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248237 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index a6d59de5ad5..b76466c355f 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -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 &Patterns) const;