projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd327f
)
remove some methods
author
Chris Lattner
<sabre@nondot.org>
Sun, 29 Jan 2006 07:57:11 +0000
(07:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 29 Jan 2006 07:57:11 +0000
(07:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25779
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index 8bb03c6c517d7f6ceeae5b692e80c478bec34ebb..ae2519a83632fe3eaa8c4fa4940ab11dfd5342db 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-658,11
+658,6
@@
public:
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;