aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveInterval.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-01-29 00:06:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-01-29 00:06:09 +0000
commit42cc6e33ec0f63560c31f1928c56b4b0465d537c (patch)
tree4d83516e71247283074a94871291c91dbcf0decf /lib/CodeGen/LiveInterval.cpp
parente91a0008895873f3f418640354efcfd996f621f9 (diff)
downloadexternal_llvm-42cc6e33ec0f63560c31f1928c56b4b0465d537c.zip
external_llvm-42cc6e33ec0f63560c31f1928c56b4b0465d537c.tar.gz
external_llvm-42cc6e33ec0f63560c31f1928c56b4b0465d537c.tar.bz2
Fix comment about removeRange.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveInterval.cpp')
-rw-r--r--lib/CodeGen/LiveInterval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp
index ff430d7..4392652 100644
--- a/lib/CodeGen/LiveInterval.cpp
+++ b/lib/CodeGen/LiveInterval.cpp
@@ -246,7 +246,7 @@ LiveInterval::addRangeFrom(LiveRange LR, iterator From) {
/// removeRange - Remove the specified range from this interval. Note that
-/// the range must already be in this interval in its entirety.
+/// the range must be in a single LiveRange in its entirety.
void LiveInterval::removeRange(unsigned Start, unsigned End,
bool RemoveDeadValNo) {
// Find the LiveRange containing this span.