From 0a29c270b53f15723811783c572d06b9500a7e8f Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Thu, 9 Dec 2010 01:04:43 +0000 Subject: [PATCH] Remove unused variables git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121343 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 3e04c8e4c88..99ced50a193 100644 --- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp @@ -700,8 +700,6 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { break; } case ARM::TPsoft: { - unsigned PredReg = 0; - ARMCC::CondCodes Pred = llvm::getInstrPredicate(&MI, PredReg); MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::BL))