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:
1db1adb
)
ADd a method
author
Chris Lattner
<sabre@nondot.org>
Sun, 21 Aug 2005 19:48:53 +0000
(19:48 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 21 Aug 2005 19:48:53 +0000
(19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22954
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAG.h
b/include/llvm/CodeGen/SelectionDAG.h
index d7c12c6250d9bd41d1ec40dbc044f3408db2305c..1cd819698e044951027306b9ffbad77ba9da819a 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAG.h
+++ b/
include/llvm/CodeGen/SelectionDAG.h
@@
-232,6
+232,8
@@
public:
void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,
SDOperand Op1, SDOperand Op2, SDOperand Op3, SDOperand Op4,
SDOperand Op5);
+ void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
+ unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
SDOperand Op1) {