diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-08-12 00:22:04 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-08-12 00:22:04 +0000 |
commit | 1f582ba609666bc32f9817a641d2a598eef5a98f (patch) | |
tree | 5e7700bc1134088812305ea38fef61f5b2680ff6 /llvm/lib/CodeGen/LiveIntervalUnion.h | |
parent | 1cee80c081caafc0f1dc972abf3878eb4816801f (diff) | |
download | bcm5719-llvm-1f582ba609666bc32f9817a641d2a598eef5a98f.tar.gz bcm5719-llvm-1f582ba609666bc32f9817a641d2a598eef5a98f.zip |
Simplify the interference checking code a bit.
This is possible now that we now longer provide an interface to iterate
the interference overlaps.
llvm-svn: 137397
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalUnion.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalUnion.h b/llvm/lib/CodeGen/LiveIntervalUnion.h index 1786ecdd9e1..5d64d285f39 100644 --- a/llvm/lib/CodeGen/LiveIntervalUnion.h +++ b/llvm/lib/CodeGen/LiveIntervalUnion.h @@ -184,9 +184,6 @@ public: private: Query(const Query&); // DO NOT IMPLEMENT void operator=(const Query&); // DO NOT IMPLEMENT - - // Private interface for queries - void findIntersection(); }; }; |