From: Dan Gohman Date: Mon, 28 Jul 2008 18:42:57 +0000 (+0000) Subject: Reword a comment to be less ambiguous. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca425a2a98d7d476ccbb585a7ec63ec452210001;p=oota-llvm.git Reword a comment to be less ambiguous. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index c88c1ec6965..488b0748a4c 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -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 &MBBs) const;