diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2014-04-29 13:21:05 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2014-04-29 13:21:05 +0000 |
| commit | aa0e88acbfb1f6fbc54c205a42684ba4f101b8fc (patch) | |
| tree | 44965750a302e381187697ee73d7c15e81e756c1 | |
| parent | b60c829a2a83fd21f0c4c78a956d9e6a7a21918f (diff) | |
| download | bcm5719-llvm-aa0e88acbfb1f6fbc54c205a42684ba4f101b8fc.tar.gz bcm5719-llvm-aa0e88acbfb1f6fbc54c205a42684ba4f101b8fc.zip | |
Updated the link to the correct URL.
llvm-svn: 207523
| -rw-r--r-- | llvm/include/llvm/IR/Use.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Use.h b/llvm/include/llvm/IR/Use.h index 41755daed39..033cd3e2f5d 100644 --- a/llvm/include/llvm/IR/Use.h +++ b/llvm/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 |

