mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Reword a comment to be less ambiguous.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
171f3dcff1
commit
ca425a2a98
@ -227,7 +227,7 @@ namespace llvm {
|
|||||||
|
|
||||||
/// findLiveInMBBs - Given a live range, if the value of the range
|
/// 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
|
/// 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,
|
bool findLiveInMBBs(const LiveRange &LR,
|
||||||
SmallVectorImpl<MachineBasicBlock*> &MBBs) const;
|
SmallVectorImpl<MachineBasicBlock*> &MBBs) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user