Reword a comment to be less ambiguous.
authorDan Gohman <gohman@apple.com>
Mon, 28 Jul 2008 18:42:57 +0000 (18:42 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Jul 2008 18:42:57 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54135 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index c88c1ec6965abf62f8630a70b42373b73619fab8..488b0748a4c8cddbc8d9a855763af994d65eae7c 100644 (file)
@@ -227,7 +227,7 @@ namespace llvm {
 
     /// 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;