X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FIR%2FUser.cpp;h=ee83eacf2b2b23d0a9290667004087bf40d0248f;hb=bd38c8d788561f8d6d90c8d8677c95a9bf96ea48;hp=940682826acc2a799577f0a3d35734875071f168;hpb=0b8c9a80f20772c3793201ab5b251d3520b9cea3;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?