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:
b9ea4a3
)
Change one ReplaceAllUsesWith method to take an array of operands to replaceinstead...
author
Chris Lattner
<sabre@nondot.org>
Fri, 11 Aug 2006 17:46:44 +0000
(17:46 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 11 Aug 2006 17:46:44 +0000
(17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29617
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 aee44b34514c91b5e6ac59bc693cd9c627f1141e..e818a0648503f2906a2f6aafdcb7ec2591997e24 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAG.h
+++ b/
include/llvm/CodeGen/SelectionDAG.h
@@
-393,7
+393,7
@@
public:
std::vector<SDNode*> *Deleted = 0);
void ReplaceAllUsesWith(SDNode *From, SDNode *To,
std::vector<SDNode*> *Deleted = 0);
- void ReplaceAllUsesWith(SDNode *From, const
std::vector<SDOperand> &
To,
+ void ReplaceAllUsesWith(SDNode *From, const
SDOperand *
To,
std::vector<SDNode*> *Deleted = 0);
/// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving