[llvm-commits] [llvm] r121343 - /llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Matt Beaumont-Gay
matthewbg at google.com
Wed Dec 8 17:04:43 PST 2010
Author: matthewbg
Date: Wed Dec 8 19:04:43 2010
New Revision: 121343
URL: http://llvm.org/viewvc/llvm-project?rev=121343&view=rev
Log:
Remove unused variables
Modified:
llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp?rev=121343&r1=121342&r2=121343&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp Wed Dec 8 19:04:43 2010
@@ -700,8 +700,6 @@
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))
More information about the llvm-commits
mailing list