summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-04 04:53:49 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-04 04:53:49 +0000
commit6a7d68349f476a6cde6f21eb9eba472e681006c7 (patch)
tree6f7ca5d5114f66b93f885dcb893adc55083ea24d /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parentfee2a202098641b6d8e35fad369c72b5da7f5774 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud