From 81bc6e377e06c358747f59bce781aba25c60fb56 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Sat, 28 Aug 2004 22:43:31 +0000 Subject: Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16077 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/LiveVariables.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/LiveVariables.cpp') diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp index b6d9bc2a60..f6d00f702a 100644 --- a/lib/CodeGen/LiveVariables.cpp +++ b/lib/CodeGen/LiveVariables.cpp @@ -102,7 +102,6 @@ void LiveVariables::HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB, VRInfo.Kills.push_back(MI); // Update all dominating blocks to mark them known live. - const BasicBlock *BB = MBB->getBasicBlock(); for (MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), E = MBB->pred_end(); PI != E; ++PI) MarkVirtRegAliveInBlock(VRInfo, *PI); -- cgit v1.2.3-18-g5258