]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Improve misleading comment.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 14 Aug 2013 17:28:46 +0000 (17:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 14 Aug 2013 17:28:46 +0000 (17:28 +0000)
Patch by Matthias Braun!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188391 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index 368094396b08f29fecc7cc6211884f8541722b53..c0fc477fe6d7117f541e085c639a09b8412c2f64 100644 (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;