forked from OSchip/llvm-project
Improve misleading comment.
Patch by Matthias Braun! llvm-svn: 188391
This commit is contained in:
parent
874c412b6f
commit
6d13b8fd85
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue