[llvm-commits] [llvm] r129858 - in /llvm/trunk: include/llvm/CodeGen/CallingConvLower.h include/llvm/Target/TargetLowering.h lib/CodeGen/CallingConvLower.cpp lib/Target/ARM/ARMCallingConv.td lib/Target/ARM/ARMISelLowering.cpp lib/Target/ARM/ARMIS

Stuart Hastings stuart at apple.com
Wed Apr 20 11:11:40 PDT 2011


On Apr 20, 2011, at 10:59 AM, Anton Korobeynikov wrote:

> Hi Stuart,
> 
>> +static cl::opt<bool>
>> +UseDivMod("arm-divmod-libcall", cl::Hidden,
>> +  cl::desc("Use __{u}divmod libcalls for div / rem pairs"),
>> +  cl::init(false));
> Are you sure you wanted to commit this hunk?

No.  Thank you for pointing this out.

stuart



More information about the llvm-commits mailing list