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:
af63bb0
)
add a method
author
Chris Lattner
<sabre@nondot.org>
Tue, 24 Jan 2006 05:47:05 +0000
(
05:47
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 24 Jan 2006 05:47:05 +0000
(
05:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25581
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 5cb2d1c9dcce6e7bdb48919821b4d35b70f7bf22..f0907f54995d6fe9e32c4af57fe31c821559e052 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-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;