Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGISel.h updated: 1.25 -> 1.26 --- Log message: add two helper methods. --- Diffs of the changes: (+4 -0) SelectionDAGISel.h | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm/include/llvm/CodeGen/SelectionDAGISel.h diff -u llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.25 llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.26 --- llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.25 Thu Sep 28 01:17:10 2006 +++ llvm/include/llvm/CodeGen/SelectionDAGISel.h Tue Oct 10 22:58:02 2006 @@ -123,6 +123,10 @@ void SelectInlineAsmMemoryOperands(std::vector<SDOperand> &Ops, SelectionDAG &DAG); + // Calls to these predicates are generated by tblgen. + bool CheckAndMask(SDOperand LHS, ConstantSDNode *RHS, int64_t DesiredMaskS); + bool CheckOrMask(SDOperand LHS, ConstantSDNode *RHS, int64_t DesiredMaskS); + private: void SplitCritEdgesForPHIConstants(BasicBlock *BB); SDOperand CopyValueToVirtualRegister(SelectionDAGLowering &SDL, _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits