commit | 2aeef00d681bf4010d234949043fe0beb29547e2 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Aug 14 17:28:46 2013 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Aug 14 17:28:46 2013 +0000 |
tree | fa13dcadf1f55f83ae07ed508f7f777f3c9550e0 | |
parent | 15d737b855dc91c4e9143a655ce6c25ac565b6ec [diff] [blame] |
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 3680943..c0fc477 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -103,7 +103,7 @@ VNInfoAllocator.Reset(); } -/// runOnMachineFunction - Register allocate the whole function +/// runOnMachineFunction - calculates LiveIntervals /// bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) { MF = &fn;