diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-04 04:53:49 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-04 04:53:49 +0000 |
commit | 6a7d68349f476a6cde6f21eb9eba472e681006c7 (patch) | |
tree | 6f7ca5d5114f66b93f885dcb893adc55083ea24d /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | fee2a202098641b6d8e35fad369c72b5da7f5774 (diff) | |
download | bcm5719-llvm-6a7d68349f476a6cde6f21eb9eba472e681006c7.tar.gz bcm5719-llvm-6a7d68349f476a6cde6f21eb9eba472e681006c7.zip |
Typo.
llvm-svn: 185618
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index e039be759c4..ff2511c17ee 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -76,7 +76,7 @@ STATISTIC(NumFastIselDead, "Number of dead insts removed on failure"); void FastISel::startNewBlock() { LocalValueMap.clear(); - // Instructions are append to FuncInfo.MBB. If the basic block already + // Instructions are appended to FuncInfo.MBB. If the basic block already // contains labels or copies, use the last instruction as the last local // value. EmitStartPt = 0; |