Excise unintended hunk in 129858. <rdar://problem/7662569>
authorStuart Hastings <stuart@apple.com>
Wed, 20 Apr 2011 18:09:26 +0000 (18:09 +0000)
committerStuart Hastings <stuart@apple.com>
Wed, 20 Apr 2011 18:09:26 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129862 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp

index 7def15455f5f0ce2b28b25ba8eb0394bb5f43176..50dd4091070739689715c6edaf5b4c7df942be09 100644 (file)
@@ -77,11 +77,6 @@ static const unsigned GPRArgRegs[] = {
   ARM::R0, ARM::R1, ARM::R2, ARM::R3
 };
 
-static cl::opt<bool>
-UseDivMod("arm-divmod-libcall", cl::Hidden,
-  cl::desc("Use __{u}divmod libcalls for div / rem pairs"),
-  cl::init(false));
-
 void ARMTargetLowering::addTypeForNEON(EVT VT, EVT PromotedLdStVT,
                                        EVT PromotedBitwiseVT) {
   if (VT != PromotedLdStVT) {