diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-08-21 21:09:24 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-08-21 21:09:24 +0000 |
commit | c8dc50fa515b5747b8ff1f1a20bdd2cb22d1ca1f (patch) | |
tree | 01cc7bf1bce43ffd652c1698a5f6d21f83da0c7c /llvm/lib/IR/Use.cpp | |
parent | e47ffc3b420683d4e5e74c6ef34d32fec3f9149a (diff) | |
download | bcm5719-llvm-c8dc50fa515b5747b8ff1f1a20bdd2cb22d1ca1f.tar.gz bcm5719-llvm-c8dc50fa515b5747b8ff1f1a20bdd2cb22d1ca1f.zip |
Fix a URL (NFC)
llvm-svn: 216228
Diffstat (limited to 'llvm/lib/IR/Use.cpp')
-rw-r--r-- | llvm/lib/IR/Use.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Use.cpp b/llvm/lib/IR/Use.cpp index 047861c2586..cae845d99fe 100644 --- a/llvm/lib/IR/Use.cpp +++ b/llvm/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; |