From: Stuart Hastings Date: Wed, 20 Apr 2011 18:09:26 +0000 (+0000) Subject: Excise unintended hunk in 129858. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e341e8ce1ada854e7f8fcfcf18bb2e17be2ac0ee;p=oota-llvm.git Excise unintended hunk in 129858. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129862 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 7def15455f5..50dd4091070 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -77,11 +77,6 @@ static const unsigned GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; -static cl::opt -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) {