[llvm-commits] [llvm] r76520 - in /llvm/trunk: lib/Target/ARM/ARMISelDAGToDAG.cpp test/CodeGen/ARM/mul_const.ll test/CodeGen/Thumb2/mul_const.ll

Eli Friedman eli.friedman at gmail.com
Mon Jul 20 18:00:29 PDT 2009


On Mon, Jul 20, 2009 at 5:31 PM, Evan Cheng<evan.cheng at apple.com> wrote:
> +        if (Subtarget->isThumb() && Subtarget->hasThumb2()) {

Nit: the check for hasThumb2() is redundant.

-Eli




More information about the llvm-commits mailing list