Reword a comment to be less ambiguous.

llvm-svn: 54135
This commit is contained in:
Dan Gohman 2008-07-28 18:42:57 +00:00
parent 415d5069f4
commit f8f44b4837

View 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;