forked from OSchip/llvm-project
parent
a38ff3edae
commit
edb2287722
|
@ -435,8 +435,7 @@ namespace llvm {
|
|||
|
||||
bool isProfitableToCoalesce(LiveInterval &DstInt, LiveInterval &SrcInt,
|
||||
SmallVector<MachineInstr*,16> &IdentCopies,
|
||||
SmallVector<MachineInstr*,16> &OtherCopies,
|
||||
bool &HaveConflict);
|
||||
SmallVector<MachineInstr*,16> &OtherCopies);
|
||||
|
||||
void performEarlyCoalescing();
|
||||
|
||||
|
|
Loading…
Reference in New Issue