summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:46 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:46 +0000
commit2aeef00d681bf4010d234949043fe0beb29547e2 (patch)
treefa13dcadf1f55f83ae07ed508f7f777f3c9550e0 /lib/CodeGen/LiveIntervalAnalysis.cpp
parent15d737b855dc91c4e9143a655ce6c25ac565b6ec (diff)
downloadllvm-2aeef00d681bf4010d234949043fe0beb29547e2.tar.gz
llvm-2aeef00d681bf4010d234949043fe0beb29547e2.tar.bz2
llvm-2aeef00d681bf4010d234949043fe0beb29547e2.tar.xz
Improve misleading comment.
Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 368094396b..c0fc477fe6 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -103,7 +103,7 @@ void LiveIntervals::releaseMemory() {
VNInfoAllocator.Reset();
}
-/// runOnMachineFunction - Register allocate the whole function
+/// runOnMachineFunction - calculates LiveIntervals
///
bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
MF = &fn;