summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-15 07:05:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-15 07:05:12 +0000
commitedb2287722e7bb5f68959f165ebcfbd50ec111b8 (patch)
treead7a9380644d6f0ffdf74c44e476714107bfc965 /llvm
parenta38ff3edaec55fc70e01f60a04ed950f8a4ef494 (diff)
downloadbcm5719-llvm-edb2287722e7bb5f68959f165ebcfbd50ec111b8.tar.gz
bcm5719-llvm-edb2287722e7bb5f68959f165ebcfbd50ec111b8.zip
Forgot this.
llvm-svn: 81850
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 18c493823bd..33117882904 100644
--- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -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();
OpenPOWER on IntegriCloud