1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Delete leftover data members.

llvm-svn: 128820
This commit is contained in:
Jakob Stoklund Olesen 2011-04-04 15:32:11 +00:00
parent 4acf601864
commit 6092c3d81f

View File

@ -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