[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 28 23:57:23 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.97 -> 1.98
---
Log message:
remove some methods
---
Diffs of the changes: (+0 -5)
SelectionDAGNodes.h | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.97 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.98
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.97 Sun Jan 29 00:24:40 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Sun Jan 29 01:57:11 2006
@@ -658,11 +658,6 @@
static bool classof(const SDNode *) { return true; }
-
- /// setAdjCallChain - This method should only be used by the legalizer.
- void setAdjCallChain(SDOperand N);
- void setAdjCallFlag(SDOperand N);
-
protected:
friend class SelectionDAG;
More information about the llvm-commits
mailing list