[llvm-commits] [llvm] r56550 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Eric Christopher echristo at apple.com
Wed Sep 24 01:23:31 PDT 2008


On Sep 24, 2008, at 12:11 AM, Bill Wendling wrote:

> +  /// FoldConstantArithmetic -
> +  SDValue FoldConstantArithmetic(unsigned Opcode,
> +                                 MVT VT,
> +                                 ConstantSDNode *Cst1,
> +                                 ConstantSDNode *Cst2);
> +

Missing part of a checkin Bill? Currently has the build broken.

-eric



More information about the llvm-commits mailing list