diff options
| author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-08-19 17:09:26 +0000 |
|---|---|---|
| committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-08-19 17:09:26 +0000 |
| commit | 1298fb90d38701451b86d249db88b54c49586c7e (patch) | |
| tree | 2d88975da2e7e07cf8f598d4f0d668418552061e /llvm/lib/CodeGen/GCStrategy.cpp | |
| parent | 72bd9dfdad00bd398ee2a4174fa18cab8f65a30d (diff) | |
| download | llvm-1298fb90d38701451b86d249db88b54c49586c7e.zip llvm-1298fb90d38701451b86d249db88b54c49586c7e.tar.gz llvm-1298fb90d38701451b86d249db88b54c49586c7e.tar.bz2 | |
Delete a dead field.
llvm-svn: 54995
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/GCStrategy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GCStrategy.cpp b/llvm/lib/CodeGen/GCStrategy.cpp index b02d168..d46b525 100644 --- a/llvm/lib/CodeGen/GCStrategy.cpp +++ b/llvm/lib/CodeGen/GCStrategy.cpp @@ -66,7 +66,6 @@ namespace { GCFunctionInfo *FI; MachineModuleInfo *MMI; const TargetInstrInfo *TII; - MachineFrameInfo *MFI; void FindSafePoints(MachineFunction &MF); void VisitCallPoint(MachineBasicBlock::iterator MI); |
