From: Evan Cheng Date: Tue, 15 Sep 2009 07:05:12 +0000 (+0000) Subject: Forgot this. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=db1c2c57ffe1b905c0ae71bc5c806b14f170903b;p=oota-llvm.git Forgot this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 18c493823bd..33117882904 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -435,8 +435,7 @@ namespace llvm { bool isProfitableToCoalesce(LiveInterval &DstInt, LiveInterval &SrcInt, SmallVector &IdentCopies, - SmallVector &OtherCopies, - bool &HaveConflict); + SmallVector &OtherCopies); void performEarlyCoalescing();