Get rid of unused variable.
authorOwen Anderson <resistor@mac.com>
Wed, 13 Aug 2008 17:44:52 +0000 (17:44 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 13 Aug 2008 17:44:52 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54742 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StrongPHIElimination.cpp

index a06909f72e44b55a578dca5f10308b91a996bb2d..37f54ce93a79b9df775a513bb89e2cc6a30ae303 100644 (file)
@@ -762,7 +762,6 @@ void StrongPHIElimination::ScheduleCopies(MachineBasicBlock* MBB,
   std::set<unsigned> RegHandled;
   for (SmallVector<std::pair<unsigned, MachineInstr*>, 4>::iterator I =
        InsertedPHIDests.begin(), E = InsertedPHIDests.end(); I != E; ++I) {
-    unsigned bar = 0;
     if (RegHandled.insert(I->first).second &&
         !LI.getOrCreateInterval(I->first).liveAt(
                                       LI.getMBBEndIdx(I->second->getParent())))