summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-28 01:01:14 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-28 01:01:14 +0000
commitee5ca6e962750cfb55dd4e11cc75e74c9341764f (patch)
treeb7df87d1169c760ceaa7c6a835ff61833d8b58e1 /llvm/lib
parent7da8f90d41b6f3f5b1c27445e73d25a044e05b69 (diff)
downloadbcm5719-llvm-ee5ca6e962750cfb55dd4e11cc75e74c9341764f.tar.gz
bcm5719-llvm-ee5ca6e962750cfb55dd4e11cc75e74c9341764f.zip
Remove dead variable.
llvm-svn: 92179
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/PreAllocSplitting.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PreAllocSplitting.cpp b/llvm/lib/CodeGen/PreAllocSplitting.cpp
index a4f888cc2c0..1c5222c38e7 100644
--- a/llvm/lib/CodeGen/PreAllocSplitting.cpp
+++ b/llvm/lib/CodeGen/PreAllocSplitting.cpp
@@ -899,8 +899,6 @@ MachineInstr* PreAllocSplitting::FoldSpill(unsigned vreg,
MachineBasicBlock* MBB,
int& SS,
SmallPtrSet<MachineInstr*, 4>& RefsInMBB) {
- MachineBasicBlock::iterator Pt = MBB->begin();
-
// Go top down if RefsInMBB is empty.
if (RefsInMBB.empty())
return 0;
OpenPOWER on IntegriCloud