summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/IR/User.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/IR/User.cpp')
-rw-r--r--contrib/llvm/lib/IR/User.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/llvm/lib/IR/User.cpp b/contrib/llvm/lib/IR/User.cpp
index 9406828..ee83eacf 100644
--- a/contrib/llvm/lib/IR/User.cpp
+++ b/contrib/llvm/lib/IR/User.cpp
@@ -20,9 +20,6 @@ namespace llvm {
void User::anchor() {}
-// replaceUsesOfWith - Replaces all references to the "From" definition with
-// references to the "To" definition.
-//
void User::replaceUsesOfWith(Value *From, Value *To) {
if (From == To) return; // Duh what?
OpenPOWER on IntegriCloud