X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FIR%2FUse.cpp;h=cae845d99fe58fe3a943b4d38566f3339c7af805;hb=95d71357275a05a4bfc346f5b513688e26531a91;hp=e40f3e994db403f167e8479abef6ab8a80524f14;hpb=ec0f0bc6afa8d2c1f427ec55264fc78738b83ef6;p=oota-llvm.git diff --git a/lib/IR/Use.cpp b/lib/IR/Use.cpp index e40f3e994db..cae845d99fe 100644 --- a/lib/IR/Use.cpp +++ b/lib/IR/Use.cpp @@ -49,10 +49,10 @@ unsigned Use::getOperandNo() const { return this - getUser()->op_begin(); } -// Sets up the waymarking algoritm's tags for a series of Uses. See the +// Sets up the waymarking algorithm's tags for a series of Uses. See the // algorithm details here: // -// http://www.llvm.org/docs/ProgrammersManual.html#UserLayout +// http://www.llvm.org/docs/ProgrammersManual.html#the-waymarking-algorithm // Use *Use::initTags(Use *const Start, Use *Stop) { ptrdiff_t Done = 0;