diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-12-28 01:01:14 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-12-28 01:01:14 +0000 |
| commit | ee5ca6e962750cfb55dd4e11cc75e74c9341764f (patch) | |
| tree | b7df87d1169c760ceaa7c6a835ff61833d8b58e1 /llvm/lib/CodeGen/PreAllocSplitting.cpp | |
| parent | 7da8f90d41b6f3f5b1c27445e73d25a044e05b69 (diff) | |
| download | bcm5719-llvm-ee5ca6e962750cfb55dd4e11cc75e74c9341764f.tar.gz bcm5719-llvm-ee5ca6e962750cfb55dd4e11cc75e74c9341764f.zip | |
Remove dead variable.
llvm-svn: 92179
Diffstat (limited to 'llvm/lib/CodeGen/PreAllocSplitting.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/PreAllocSplitting.cpp | 2 |
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; |

