X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FIR%2FUser.cpp;h=ee83eacf2b2b23d0a9290667004087bf40d0248f;hb=7435fa333d1b646690021bfaa9350355017d0bdf;hp=940682826acc2a799577f0a3d35734875071f168;hpb=d8ceb275c2d3c0f09cb3bf814ad32c23deb93e10;p=oota-llvm.git diff --git a/lib/IR/User.cpp b/lib/IR/User.cpp index 940682826ac..ee83eacf2b2 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?