diff options
author | Matthias Braun <matze@braunis.de> | 2015-07-16 18:55:32 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-07-16 18:55:32 +0000 |
commit | 7f5ae19e803d3a2faba71b17cde925a43a602a33 (patch) | |
tree | 3a9ebe8bf2ec492fe4505c59b44d49e1086aa2fe /llvm/lib/CodeGen | |
parent | fb8e2d22fb21f35c6b2a2ddc35e652a9c99a2b00 (diff) | |
download | bcm5719-llvm-7f5ae19e803d3a2faba71b17cde925a43a602a33.tar.gz bcm5719-llvm-7f5ae19e803d3a2faba71b17cde925a43a602a33.zip |
Do not duplicate method name in comment, remove duplicate comment
llvm-svn: 242430
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index c00b010e763..ee7c1d30315 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -396,9 +396,6 @@ static void extendSegmentsToUses(LiveRange &LR, const SlotIndexes &Indexes, } } -/// shrinkToUses - After removing some uses of a register, shrink its live -/// range to just the remaining uses. This method does not compute reaching -/// defs for new uses, and it doesn't remove dead defs. bool LiveIntervals::shrinkToUses(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead) { DEBUG(dbgs() << "Shrink: " << *li << '\n'); |