summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-04 15:32:11 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-04 15:32:11 +0000
commit956ae3da415511230a2e15bfb01ad1995f4ad5b9 (patch)
tree4d0d489ceba1be242f61ded17e25ef9d730a3a72 /llvm/lib/CodeGen
parentce60187a890ad9a758647768857795a210244db3 (diff)
downloadbcm5719-llvm-956ae3da415511230a2e15bfb01ad1995f4ad5b9.tar.gz
bcm5719-llvm-956ae3da415511230a2e15bfb01ad1995f4ad5b9.zip
Delete leftover data members.
llvm-svn: 128820
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SplitKit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h
index e371a4dd176..4f853a0dbfd 100644
--- a/llvm/lib/CodeGen/SplitKit.h
+++ b/llvm/lib/CodeGen/SplitKit.h
@@ -85,10 +85,6 @@ public:
bool LiveThrough; ///< Live in whole block (Templ 5. or 6. above).
bool LiveIn; ///< Current reg is live in.
bool LiveOut; ///< Current reg is live out.
-
- // Per-interference pattern scratch data.
- bool OverlapEntry; ///< Interference overlaps entering interval.
- bool OverlapExit; ///< Interference overlaps exiting interval.
};
/// Basic blocks where var is live. This array is parallel to
OpenPOWER on IntegriCloud