Fix a URL (NFC)

llvm-svn: 216228
This commit is contained in:
Justin Bogner 2014-08-21 21:09:24 +00:00
parent e47ffc3b42
commit c8dc50fa51
1 changed files with 1 additions and 1 deletions

View File

@ -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;