From 706515727c6d024015fffded2b3109a4f0ac5299 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Wed, 4 Aug 2004 09:46:56 +0000 Subject: Clean up whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15490 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveIntervalAnalysis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h') diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index de7cc8001f..37b64571aa 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -156,7 +156,7 @@ namespace llvm { /// register classes. The registers may be either phys or virt regs. bool differingRegisterClasses(unsigned RegA, unsigned RegB) const; - bool overlapsAliases(const LiveInterval *lhs, + bool overlapsAliases(const LiveInterval *lhs, const LiveInterval *rhs) const; static LiveInterval createInterval(unsigned Reg); -- cgit v1.2.3