[llvm] r238026 - fix typo, 80-col; NFC
Sanjay Patel
spatel at rotateright.com
Fri May 22 08:32:33 PDT 2015
Author: spatel
Date: Fri May 22 10:32:33 2015
New Revision: 238026
URL: http://llvm.org/viewvc/llvm-project?rev=238026&view=rev
Log:
fix typo, 80-col; NFC
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=238026&r1=238025&r2=238026&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Fri May 22 10:32:33 2015
@@ -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(
More information about the llvm-commits
mailing list