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 | |
parent | 72bd9dfdad00bd398ee2a4174fa18cab8f65a30d (diff) | |
download | bcm5719-llvm-1298fb90d38701451b86d249db88b54c49586c7e.tar.gz bcm5719-llvm-1298fb90d38701451b86d249db88b54c49586c7e.zip |
Delete a dead field.
llvm-svn: 54995
Diffstat (limited to 'llvm/lib')
-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 b02d1685ad4..d46b5256870 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); |