summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-04-29 13:21:05 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-04-29 13:21:05 +0000
commit0b4cdf44e84746daff47602107e73c6b7b04cd08 (patch)
tree25d7f1f32141a5bbdd5fa494d57f0083dd6856fe /include
parent1c5f439f417f7d60e399886e769fa59283a0913b (diff)
downloadllvm-0b4cdf44e84746daff47602107e73c6b7b04cd08.tar.gz
llvm-0b4cdf44e84746daff47602107e73c6b7b04cd08.tar.bz2
llvm-0b4cdf44e84746daff47602107e73c6b7b04cd08.tar.xz
Updated the link to the correct URL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Use.h b/include/llvm/IR/Use.h
index 41755daed3..033cd3e2f5 100644
--- a/include/llvm/IR/Use.h
+++ b/include/llvm/IR/Use.h
@@ -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