From 956ae3da415511230a2e15bfb01ad1995f4ad5b9 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Mon, 4 Apr 2011 15:32:11 +0000 Subject: [PATCH] Delete leftover data members. llvm-svn: 128820 --- llvm/lib/CodeGen/SplitKit.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h index e371a4dd176e..4f853a0dbfdc 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