summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalUnion.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-10-26 22:58:24 +0000
committerAndrew Trick <atrick@apple.com>2010-10-26 22:58:24 +0000
commit3d26d5d5240fb3bfe121434d4881da22f4b35ba5 (patch)
treed95cc17f85c186b29d92b2f6fc9d5239821d1911 /lib/CodeGen/LiveIntervalUnion.h
parent86ed2324a6d2fa54d22afa96520de9e7c9fba28d (diff)
downloadllvm-3d26d5d5240fb3bfe121434d4881da22f4b35ba5.tar.gz
llvm-3d26d5d5240fb3bfe121434d4881da22f4b35ba5.tar.bz2
llvm-3d26d5d5240fb3bfe121434d4881da22f4b35ba5.tar.xz
Remove the vector of live vregs. I thought we would need to track
them, but hopefully we won't. And this is not the right data structure to do it anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r--lib/CodeGen/LiveIntervalUnion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalUnion.h b/lib/CodeGen/LiveIntervalUnion.h
index 1eb380fa17..0beadfa47e 100644
--- a/lib/CodeGen/LiveIntervalUnion.h
+++ b/lib/CodeGen/LiveIntervalUnion.h
@@ -97,7 +97,6 @@ public:
private:
unsigned repReg_; // representative register number
LiveSegments segments_; // union of virtual reg segements
- LiveVirtRegs lvrs_; // set of live virtual regs in the union
public:
// default ctor avoids placement new