add missing prototype

llvm-svn: 23867
This commit is contained in:
Chris Lattner 2005-10-21 15:49:28 +00:00
parent e95b5745c0
commit c82a034580
1 changed files with 4 additions and 0 deletions

View File

@ -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;