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 | 1ab111ed01457887a8dece6fb36336aff41cc703 (patch) | |
| tree | a6ad1f2650f4909f72693c5b7a1212b1c5d938b3 /lib | |
| parent | 918b7c82f8f53241a5bb354931abfe53634bfc4c (diff) | |
| download | external_llvm-1ab111ed01457887a8dece6fb36336aff41cc703.zip external_llvm-1ab111ed01457887a8dece6fb36336aff41cc703.tar.gz external_llvm-1ab111ed01457887a8dece6fb36336aff41cc703.tar.bz2 | |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index e039be7..ff2511c 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/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; |
