From 449fa2f3cb51a863699e294bd19f45acdbff55bd Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Wed, 5 Aug 2015 04:03:05 +0000 Subject: [PATCH] Update to new lists.llvm.org llvm-svn: 244007 --- llgo/README.TXT | 2 +- llgo/third_party/gotools/go/ssa/lift.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llgo/README.TXT b/llgo/README.TXT index c3e130fb2491..8fc60cb4231e 100644 --- a/llgo/README.TXT +++ b/llgo/README.TXT @@ -71,7 +71,7 @@ Contributing ------------ Changes to code outside the third_party directory should be contributed in -the normal way by sending patches to . +the normal way by sending patches to . Changes to code in the third_party directory must first be made in the respective upstream project, from which they will be mirrored into the llgo diff --git a/llgo/third_party/gotools/go/ssa/lift.go b/llgo/third_party/gotools/go/ssa/lift.go index e7996ccc83df..56abe6d326cd 100644 --- a/llgo/third_party/gotools/go/ssa/lift.go +++ b/llgo/third_party/gotools/go/ssa/lift.go @@ -18,8 +18,8 @@ package ssa // Software Practice and Experience 2001, 4:1-10. // http://www.hipersoft.rice.edu/grads/publications/dom14.pdf // -// Daniel Berlin, llvmdev mailing list, 2012. -// http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046638.html +// Daniel Berlin, llvm-dev mailing list, 2012. +// http://lists.llvm.org/pipermail/llvm-dev/2012-January/046638.html // (Be sure to expand the whole thread.) // TODO(adonovan): opt: there are many optimizations worth evaluating, and