From: Jakob Stoklund Olesen Date: Wed, 14 Aug 2013 17:28:46 +0000 (+0000) Subject: Improve misleading comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2aeef00d681bf4010d234949043fe0beb29547e2;p=oota-llvm.git Improve misleading comment. Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188391 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 368094396b0..c0fc477fe6d 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;