X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FTarget%2FTargetInstrInfo.h;h=ec7aef3e5aa057cb7b96b24eaa9468e8d6afe371;hp=0879c7283a4cbffae07231f5b9211488f50d5580;hb=41144b12f0a39e661048b7eb89fd9057802660fe;hpb=9cbe7b76e619ddf4bc0122bb683fb04dfeb7e9af diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 0879c7283a4..ec7aef3e5aa 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 Patterns - Vector of possible combination patterns + /// \param Pattern - Vector of possible combination patterns virtual bool getMachineCombinerPatterns( MachineInstr &Root, SmallVectorImpl &Pattern) const { @@ -735,7 +735,7 @@ public: /// the instructions that could replace the original code sequence. The client /// has to decide whether the actual replacement is beneficial or not. /// \param Root - Instruction that could be combined with one of its operands - /// \param P - Combination pattern for Root + /// \param Pattern - Combination pattern for Root /// \param InsInstrs - Vector of new instructions that implement P /// \param DelInstrs - Old instructions, including Root, that could be /// replaced by InsInstr