add a method

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-24 05:47:05 +00:00
parent af63bb03c5
commit 1e326009fa

View File

@ -645,6 +645,7 @@ public:
/// setAdjCallChain - This method should only be used by the legalizer.
void setAdjCallChain(SDOperand N);
void setAdjCallFlag(SDOperand N);
protected:
friend class SelectionDAG;