Improve misleading comment.

Patch by Matthias Braun!

llvm-svn: 188391
This commit is contained in:
Jakob Stoklund Olesen 2013-08-14 17:28:46 +00:00
parent 874c412b6f
commit 6d13b8fd85
1 changed files with 1 additions and 1 deletions

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;