[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

Anton Korobeynikov anton at korobeynikov.info
Wed Apr 20 10:59:54 PDT 2011


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?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list