Change one ReplaceAllUsesWith method to take an array of operands to replaceinstead...
authorChris Lattner <sabre@nondot.org>
Fri, 11 Aug 2006 17:46:44 +0000 (17:46 +0000)
committerChris 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

index aee44b34514c91b5e6ac59bc693cd9c627f1141e..e818a0648503f2906a2f6aafdcb7ec2591997e24 100644 (file)
@@ -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