mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 04:51:23 +00:00
missed this one
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e510b3af3a
commit
b0954b1580
@ -86,7 +86,7 @@ namespace llvm {
|
||||
/// joinIntervals - join compatible live intervals
|
||||
void joinIntervals();
|
||||
|
||||
/// CopyCoalesceInMBB - Coallesce copies in the specified MBB, putting
|
||||
/// CopyCoalesceInMBB - Coalesce copies in the specified MBB, putting
|
||||
/// copies that cannot yet be coalesced into the "TryAgain" list.
|
||||
void CopyCoalesceInMBB(MachineBasicBlock *MBB,
|
||||
std::vector<CopyRec> *TryAgain, bool PhysOnly = false);
|
||||
|
Loading…
Reference in New Issue
Block a user