[llvm-commits] [llvm] r81850 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Evan Cheng evan.cheng at apple.com
Tue Sep 15 00:05:13 PDT 2009


Author: evancheng
Date: Tue Sep 15 02:05:12 2009
New Revision: 81850

URL: http://llvm.org/viewvc/llvm-project?rev=81850&view=rev
Log:
Forgot this.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=81850&r1=81849&r2=81850&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Tue Sep 15 02:05:12 2009
@@ -435,8 +435,7 @@
 
     bool isProfitableToCoalesce(LiveInterval &DstInt, LiveInterval &SrcInt,
                                 SmallVector<MachineInstr*,16> &IdentCopies,
-                                SmallVector<MachineInstr*,16> &OtherCopies,
-                                bool &HaveConflict);
+                                SmallVector<MachineInstr*,16> &OtherCopies);
 
     void performEarlyCoalescing();
 





More information about the llvm-commits mailing list