Remove dead ivar.

llvm-svn: 124028
This commit is contained in:
Benjamin Kramer 2011-01-22 12:13:28 +00:00
parent 3c37c9914f
commit beeff6bcf0

View File

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