mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 19:06:05 +00:00
Fix comment about removeRange.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e91a000889
commit
42cc6e33ec
@ -378,7 +378,7 @@ namespace llvm {
|
|||||||
SmallVector<VNInfo*, 16> &NewVNInfo);
|
SmallVector<VNInfo*, 16> &NewVNInfo);
|
||||||
|
|
||||||
/// removeRange - Remove the specified range from this interval. Note that
|
/// removeRange - Remove the specified range from this interval. Note that
|
||||||
/// the range must already be in this interval in its entirety.
|
/// the range must be a single LiveRange in its entirety.
|
||||||
void removeRange(unsigned Start, unsigned End, bool RemoveDeadValNo = false);
|
void removeRange(unsigned Start, unsigned End, bool RemoveDeadValNo = false);
|
||||||
|
|
||||||
void removeRange(LiveRange LR, bool RemoveDeadValNo = false) {
|
void removeRange(LiveRange LR, bool RemoveDeadValNo = false) {
|
||||||
|
@ -246,7 +246,7 @@ LiveInterval::addRangeFrom(LiveRange LR, iterator From) {
|
|||||||
|
|
||||||
|
|
||||||
/// removeRange - Remove the specified range from this interval. Note that
|
/// removeRange - Remove the specified range from this interval. Note that
|
||||||
/// the range must already be in this interval in its entirety.
|
/// the range must be in a single LiveRange in its entirety.
|
||||||
void LiveInterval::removeRange(unsigned Start, unsigned End,
|
void LiveInterval::removeRange(unsigned Start, unsigned End,
|
||||||
bool RemoveDeadValNo) {
|
bool RemoveDeadValNo) {
|
||||||
// Find the LiveRange containing this span.
|
// Find the LiveRange containing this span.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user