summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-12 16:44:10 +0000
committerDan Gohman <gohman@apple.com>2009-10-12 16:44:10 +0000
commit32eed95a78b2d90d495e215e6110b94d33282bc7 (patch)
treeb4cd248726c200d82bd1fed6fd92fae324f10521 /llvm/lib/CodeGen
parenta8bacea11b391eed0ce8707ca0cb1c7429563eef (diff)
downloadbcm5719-llvm-32eed95a78b2d90d495e215e6110b94d33282bc7.tar.gz
bcm5719-llvm-32eed95a78b2d90d495e215e6110b94d33282bc7.zip
Remove a redundant member variable.
llvm-svn: 83857
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/ScheduleDAGInstrs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.h b/llvm/lib/CodeGen/ScheduleDAGInstrs.h
index f079bd597db..29e1c98cb31 100644
--- a/llvm/lib/CodeGen/ScheduleDAGInstrs.h
+++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.h
@@ -121,7 +121,6 @@ namespace llvm {
SmallSet<unsigned, 8> LoopLiveInRegs;
public:
- MachineBasicBlock *BB; // Current basic block
MachineBasicBlock::iterator Begin; // The beginning of the range to
// be scheduled. The range extends
// to InsertPos.
OpenPOWER on IntegriCloud