mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Delete leftover data members.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db37e40723
commit
5c4c4d4b82
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user