[llvm-commits] [llvm] r92179 - /llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp
Bill Wendling
isanbard at gmail.com
Sun Dec 27 17:01:15 PST 2009
Author: void
Date: Sun Dec 27 19:01:14 2009
New Revision: 92179
URL: http://llvm.org/viewvc/llvm-project?rev=92179&view=rev
Log:
Remove dead variable.
Modified:
llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp
Modified: llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp?rev=92179&r1=92178&r2=92179&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp (original)
+++ llvm/trunk/lib/CodeGen/PreAllocSplitting.cpp Sun Dec 27 19:01:14 2009
@@ -899,8 +899,6 @@
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;
More information about the llvm-commits
mailing list