Fix a URL (NFC)
authorJustin Bogner <mail@justinbogner.com>
Thu, 21 Aug 2014 21:09:24 +0000 (21:09 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 21 Aug 2014 21:09:24 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216228 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/Use.cpp

index 047861c2586fa178656158d643a5145a55b51ce2..cae845d99fe58fe3a943b4d38566f3339c7af805 100644 (file)
@@ -52,7 +52,7 @@ unsigned Use::getOperandNo() const {
 // 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;