summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-05-22 15:32:33 +0000
committerSanjay Patel <spatel@rotateright.com>2015-05-22 15:32:33 +0000
commit864a165864d47dabd87d005de0fbd3d38e76cc63 (patch)
treebac7b19563697f9b16f2ad2e8152aa1e1d68412b /llvm
parent5df2444433c6ee936c10896e3ef72fd4f9c1085d (diff)
downloadbcm5719-llvm-864a165864d47dabd87d005de0fbd3d38e76cc63.tar.gz
bcm5719-llvm-864a165864d47dabd87d005de0fbd3d38e76cc63.zip
fix typo, 80-col; NFC
llvm-svn: 238026
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Target/TargetInstrInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h
index 84bdf7c22e3..5ec15658b69 100644
--- a/llvm/include/llvm/Target/TargetInstrInfo.h
+++ b/llvm/include/llvm/Target/TargetInstrInfo.h
@@ -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(
OpenPOWER on IntegriCloud