mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
Reword a comment to be less ambiguous.
llvm-svn: 54135
This commit is contained in:
parent
415d5069f4
commit
f8f44b4837
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user