Forgot this.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 15 Sep 2009 07:05:12 +0000 (07:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 15 Sep 2009 07:05:12 +0000 (07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81850 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 18c493823bd3fd0dfc84d3cd2037bdbf3a3bc535..3311788290437682f1394e37ed37ca901c2b272f 100644 (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();