Forgot this.

llvm-svn: 81850
This commit is contained in:
Evan Cheng 2009-09-15 07:05:12 +00:00
parent a38ff3edae
commit edb2287722
1 changed files with 1 additions and 2 deletions

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