diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2010-12-09 01:04:43 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2010-12-09 01:04:43 +0000 |
commit | eb369f84ec149771411a7b74c62ce249cdc7ebfa (patch) | |
tree | 72cdb0c1f6634808fd7a76b531f4858f575eebbf /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | |
parent | 14e41271b7be48b128160d1d222a289277bdf27b (diff) | |
download | bcm5719-llvm-eb369f84ec149771411a7b74c62ce249cdc7ebfa.tar.gz bcm5719-llvm-eb369f84ec149771411a7b74c62ce249cdc7ebfa.zip |
Remove unused variables
llvm-svn: 121343
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 3e04c8e4c88..99ced50a193 100644 --- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/llvm/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)) |