diff --git a/llgo/README.TXT b/llgo/README.TXT index c3e130fb249..8fc60cb4231 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 e7996ccc83d..56abe6d326c 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