summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-08-04 09:46:56 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-08-04 09:46:56 +0000
commit706515727c6d024015fffded2b3109a4f0ac5299 (patch)
tree678dc072a2d9491b8c3042469ca9b6b0b2ac587a /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent1a8ea01f01b30e28e4e3ac0e3a344c4a4d579270 (diff)
downloadllvm-706515727c6d024015fffded2b3109a4f0ac5299.tar.gz
llvm-706515727c6d024015fffded2b3109a4f0ac5299.tar.bz2
llvm-706515727c6d024015fffded2b3109a4f0ac5299.tar.xz
Clean up whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
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);