Updated the link to the correct URL.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 29 Apr 2014 13:21:05 +0000 (13:21 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 29 Apr 2014 13:21:05 +0000 (13:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207523 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Use.h

index 41755daed39cd808ad3d87e7b3e9cb8460d0f26a..033cd3e2f5dae77cd3daf872f0a14d20af417f57 100644 (file)
@@ -60,7 +60,7 @@ public:
 /// implicit. The implicit pointer is found via a waymarking algorithm
 /// described in the programmer's manual:
 ///
-///   http://www.llvm.org/docs/ProgrammersManual.html#UserLayout
+///   http://www.llvm.org/docs/ProgrammersManual.html#the-waymarking-algorithm
 ///
 /// This is essentially the single most memory intensive object in LLVM because
 /// of the number of uses in the system. At the same time, the constant time