Forgot this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-09-15 07:05:12 +00:00
parent 3f85549f4d
commit db1c2c57ff

View File

@ -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();