summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h
index aee44b34514..e818a064850 100644
--- a/llvm/include/llvm/CodeGen/SelectionDAG.h
+++ b/llvm/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
OpenPOWER on IntegriCloud