summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-07 01:32:45 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-07 01:32:45 +0000
commit436dae5cf3e7041b361eef76d02a09e91eaa04cd (patch)
tree6f510f2f680b62c4ee3c50f6c2e1b86c9f8521c8
parentda8025c09e77b9f893184a4905f43253c31b3df9 (diff)
downloadbcm5719-llvm-436dae5cf3e7041b361eef76d02a09e91eaa04cd.tar.gz
bcm5719-llvm-436dae5cf3e7041b361eef76d02a09e91eaa04cd.zip
Remove unused member.
llvm-svn: 121098
-rw-r--r--llvm/lib/CodeGen/LiveIntervalUnion.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalUnion.h b/llvm/lib/CodeGen/LiveIntervalUnion.h
index 153ee2d6691..445e7b3bf18 100644
--- a/llvm/lib/CodeGen/LiveIntervalUnion.h
+++ b/llvm/lib/CodeGen/LiveIntervalUnion.h
@@ -18,7 +18,6 @@
#define LLVM_CODEGEN_LIVEINTERVALUNION
#include "llvm/CodeGen/LiveInterval.h"
-#include <vector>
#include <set>
namespace llvm {
@@ -100,13 +99,6 @@ class LiveIntervalUnion {
// efficiently represent it. Probably need to roll our own B-tree.
typedef std::set<LiveSegment> LiveSegments;
- // A set of live virtual registers. Elements have type LiveInterval, where
- // each element represents the liveness of a single live virtual register.
- // This is traditionally known as a live range, but we refer is as a live
- // virtual register to avoid confusing it with the misnamed LiveRange
- // class.
- typedef std::vector<LiveInterval*> LiveVRegs;
-
public:
// SegmentIter can advance to the next segment ordered by starting position
// which may belong to a different live virtual register. We also must be able
OpenPOWER on IntegriCloud