Improve misleading comment.

Patch by Matthias Braun!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2013-08-14 17:28:46 +00:00
parent 15d737b855
commit 2aeef00d68

View File

@ -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;