From db1c2c57ffe1b905c0ae71bc5c806b14f170903b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 15 Sep 2009 07:05:12 +0000 Subject: [PATCH] Forgot this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81850 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveIntervalAnalysis.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.34.1