From 6d2164ec3d6bb1dcc334415a430d00cc4f84b808 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 21 Aug 2014 21:09:24 +0000 Subject: [PATCH] Fix a URL (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216228 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Use.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/Use.cpp b/lib/IR/Use.cpp index 047861c2586..cae845d99fe 100644 --- a/lib/IR/Use.cpp +++ b/lib/IR/Use.cpp @@ -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; -- 2.34.1