summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-21 15:49:28 +0000
committerChris Lattner <sabre@nondot.org>2005-10-21 15:49:28 +0000
commit09d3b75af68304672f478bb06c671b7dcbf61bb0 (patch)
tree11a8d9ec2747a608adf89075261a94c7d67173d0 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parentaa51a484e188ecb8d3e4b6ac852c553a4aacc89a (diff)
downloadllvm-09d3b75af68304672f478bb06c671b7dcbf61bb0.tar.gz
llvm-09d3b75af68304672f478bb06c671b7dcbf61bb0.tar.bz2
llvm-09d3b75af68304672f478bb06c671b7dcbf61bb0.tar.xz
add missing prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 1356755fb2..a313c4b9f4 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -171,6 +171,10 @@ namespace llvm {
/// register classes. The registers may be either phys or virt regs.
bool differingRegisterClasses(unsigned RegA, unsigned RegB) const;
+ bool AdjustIfAllOverlappingRangesAreCopiesFrom(LiveInterval &IntA,
+ LiveInterval &IntB,
+ unsigned CopyIdx);
+
bool overlapsAliases(const LiveInterval *lhs,
const LiveInterval *rhs) const;