mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 00:35:30 +00:00
new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21869 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c33c9a166
commit
73b35371bf
@ -509,6 +509,10 @@ public:
|
||||
|
||||
static bool classof(const SDNode *) { return true; }
|
||||
|
||||
|
||||
/// setAdjCallChain - This method should only be used by the legalizer.
|
||||
void setAdjCallChain(SDOperand N);
|
||||
|
||||
protected:
|
||||
friend class SelectionDAG;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user