mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Use correct name for method in comment.
llvm-svn: 49841
This commit is contained in:
parent
c4bea57bb4
commit
98aab12b63
@ -613,10 +613,10 @@ static void PropagateDeadness(LiveInterval &li, MachineInstr *CopyMI,
|
||||
}
|
||||
}
|
||||
|
||||
/// ShortenDeadCopyLiveRange - Shorten a live range as it's artificially
|
||||
/// extended by a dead copy. Mark the last use (if any) of the val# as kill
|
||||
/// as ends the live range there. If there isn't another use, then this
|
||||
/// live range is dead. Return true if live interval is removed.
|
||||
/// ShortenDeadCopySrcLiveRange - Shorten a live range as it's artificially
|
||||
/// extended by a dead copy. Mark the last use (if any) of the val# as kill as
|
||||
/// ends the live range there. If there isn't another use, then this live range
|
||||
/// is dead. Return true if live interval is removed.
|
||||
bool
|
||||
SimpleRegisterCoalescing::ShortenDeadCopySrcLiveRange(LiveInterval &li,
|
||||
MachineInstr *CopyMI) {
|
||||
|
Loading…
Reference in New Issue
Block a user