mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
Remove dead ivar.
llvm-svn: 124028
This commit is contained in:
parent
3c37c9914f
commit
beeff6bcf0
@ -192,10 +192,6 @@ class MachineFrameInfo {
|
||||
/// CSIValid - Has CSInfo been set yet?
|
||||
bool CSIValid;
|
||||
|
||||
/// SpillObjects - A vector indicating which frame indices refer to
|
||||
/// spill slots.
|
||||
SmallVector<bool, 8> SpillObjects;
|
||||
|
||||
/// TargetFrameLowering - Target information about frame layout.
|
||||
///
|
||||
const TargetFrameLowering &TFI;
|
||||
|
Loading…
Reference in New Issue
Block a user