diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-04-04 15:32:11 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-04-04 15:32:11 +0000 |
commit | 5c4c4d4b82a658643c8daefd5cc76d5c712285ed (patch) | |
tree | 75f7b3799690972e4b263bf85ad852fe8bdb9eca /lib/CodeGen | |
parent | db37e4072361bc44f2c0661cb1add90e74012b13 (diff) | |
download | external_llvm-5c4c4d4b82a658643c8daefd5cc76d5c712285ed.zip external_llvm-5c4c4d4b82a658643c8daefd5cc76d5c712285ed.tar.gz external_llvm-5c4c4d4b82a658643c8daefd5cc76d5c712285ed.tar.bz2 |
Delete leftover data members.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SplitKit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h index e371a4d..4f853a0 100644 --- a/lib/CodeGen/SplitKit.h +++ b/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 |