diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index aee44b3..e818a06 100644 --- 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 |