Remove unused variables
authorMatt Beaumont-Gay <matthewbg@google.com>
Thu, 9 Dec 2010 01:04:43 +0000 (01:04 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Thu, 9 Dec 2010 01:04:43 +0000 (01:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121343 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMExpandPseudoInsts.cpp

index 3e04c8e4c88f8f7e429f0f7f1c65456430830b8a..99ced50a193fe4092ea75aa024c312fd9157adbb 100644 (file)
@@ -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))