summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-13 17:44:52 +0000
committerOwen Anderson <resistor@mac.com>2008-08-13 17:44:52 +0000
commitef96ac4f95bd8ac6f04553851d2ce351ed0ac4da (patch)
tree748e697230aca45f1dfa753f54ec4aca1b410ce7 /llvm/lib
parent65fce4d813c1f2748a5ee2655313a013bac96ffa (diff)
downloadbcm5719-llvm-ef96ac4f95bd8ac6f04553851d2ce351ed0ac4da.tar.gz
bcm5719-llvm-ef96ac4f95bd8ac6f04553851d2ce351ed0ac4da.zip
Get rid of unused variable.
llvm-svn: 54742
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/StrongPHIElimination.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StrongPHIElimination.cpp b/llvm/lib/CodeGen/StrongPHIElimination.cpp
index a06909f72e4..37f54ce93a7 100644
--- a/llvm/lib/CodeGen/StrongPHIElimination.cpp
+++ b/llvm/lib/CodeGen/StrongPHIElimination.cpp
@@ -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())))
OpenPOWER on IntegriCloud