summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit6d13b8fd85b6f627264c79d9a0107cc6a38c4e44 (patch)
tree29e013273979edae8b722b02548d18bd2fa28653 /llvm/lib/CodeGen
parent874c412b6f87d8f9f46dfbd6c84789762a46333c (diff)
downloadbcm5719-llvm-6d13b8fd85b6f627264c79d9a0107cc6a38c4e44.tar.gz
bcm5719-llvm-6d13b8fd85b6f627264c79d9a0107cc6a38c4e44.zip
Improve misleading comment.
Patch by Matthias Braun! llvm-svn: 188391
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 368094396b0..c0fc477fe6d 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud