mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
15d737b855
commit
2aeef00d68
@ -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
Block a user