]> granicus.if.org Git - llvm/commitdiff
fix typo, 80-col; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 22 May 2015 15:32:33 +0000 (15:32 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 22 May 2015 15:32:33 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238026 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 84bdf7c22e37371437d9b1c3549fb78a3ac433d0..5ec15658b696888acade56ef713c3532f331d714 100644 (file)
@@ -688,12 +688,12 @@ public:
 
   /// When hasPattern() finds a pattern this function generates the instructions
   /// that could replace the original code sequence. The client has to decide
-  /// whether the actual replacementment is beneficial or not.
+  /// 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 InsInstrs - Vector of new instructions that implement P
-  /// \param DelInstrs - Old instructions, including Root, that could be replaced
-  /// by InsInstr
+  /// \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
   virtual void genAlternativeCodeSequence(