[llvm] r207523 - Updated the link to the correct URL.

Yaron Keren yaron.keren at gmail.com
Tue Apr 29 06:21:05 PDT 2014


Author: yrnkrn
Date: Tue Apr 29 08:21:05 2014
New Revision: 207523

URL: http://llvm.org/viewvc/llvm-project?rev=207523&view=rev
Log:
Updated the link to the correct URL.


Modified:
    llvm/trunk/include/llvm/IR/Use.h

Modified: llvm/trunk/include/llvm/IR/Use.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Use.h?rev=207523&r1=207522&r2=207523&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Use.h (original)
+++ llvm/trunk/include/llvm/IR/Use.h Tue Apr 29 08:21:05 2014
@@ -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





More information about the llvm-commits mailing list