summaryrefslogtreecommitdiff
path: root/lib/IR/User.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/User.cpp')
-rw-r--r--lib/IR/User.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/IR/User.cpp b/lib/IR/User.cpp
index 940682826acc..ee83eacf2b2b 100644
--- a/lib/IR/User.cpp
+++ b/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?