[llvm-commits] [llvm] r54135 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Dan Gohman
gohman at apple.com
Mon Jul 28 11:42:58 PDT 2008
Author: djg
Date: Mon Jul 28 13:42:57 2008
New Revision: 54135
URL: http://llvm.org/viewvc/llvm-project?rev=54135&view=rev
Log:
Reword a comment to be less ambiguous.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=54135&r1=54134&r2=54135&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Mon Jul 28 13:42:57 2008
@@ -227,7 +227,7 @@
/// findLiveInMBBs - Given a live range, if the value of the range
/// is live in any MBB returns true as well as the list of basic blocks
- /// where the value is live in.
+ /// in which the value is live.
bool findLiveInMBBs(const LiveRange &LR,
SmallVectorImpl<MachineBasicBlock*> &MBBs) const;
More information about the llvm-commits
mailing list