mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-26 18:20:39 +00:00
Remove dead ivar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -192,10 +192,6 @@ class MachineFrameInfo {
|
|||||||
/// CSIValid - Has CSInfo been set yet?
|
/// CSIValid - Has CSInfo been set yet?
|
||||||
bool CSIValid;
|
bool CSIValid;
|
||||||
|
|
||||||
/// SpillObjects - A vector indicating which frame indices refer to
|
|
||||||
/// spill slots.
|
|
||||||
SmallVector<bool, 8> SpillObjects;
|
|
||||||
|
|
||||||
/// TargetFrameLowering - Target information about frame layout.
|
/// TargetFrameLowering - Target information about frame layout.
|
||||||
///
|
///
|
||||||
const TargetFrameLowering &TFI;
|
const TargetFrameLowering &TFI;
|
||||||
|
|||||||
Reference in New Issue
Block a user