summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCStrategy.cpp
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-08-19 17:09:26 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-08-19 17:09:26 +0000
commit1298fb90d38701451b86d249db88b54c49586c7e (patch)
tree2d88975da2e7e07cf8f598d4f0d668418552061e /llvm/lib/CodeGen/GCStrategy.cpp
parent72bd9dfdad00bd398ee2a4174fa18cab8f65a30d (diff)
downloadbcm5719-llvm-1298fb90d38701451b86d249db88b54c49586c7e.tar.gz
bcm5719-llvm-1298fb90d38701451b86d249db88b54c49586c7e.zip
Delete a dead field.
llvm-svn: 54995
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
-rw-r--r--llvm/lib/CodeGen/GCStrategy.cpp1
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);
OpenPOWER on IntegriCloud