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

Bill Wendling wendling at apple.com
Wed Sep 24 03:22:11 PDT 2008


On Sep 24, 2008, at 1:23 AM, Eric Christopher wrote:

>
> 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.
>
Not sure how that slipped by. Fixed.

-bw




More information about the llvm-commits mailing list