diff options
author | Tanya Lattner <tonic@nondot.org> | 2015-08-05 04:03:05 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2015-08-05 04:03:05 +0000 |
commit | 449fa2f3cb51a863699e294bd19f45acdbff55bd (patch) | |
tree | c1738504a381b53e1a201ee3e90f23edf0b1fad3 /llgo | |
parent | 0b2f37871df6f5ecb908c22da8169aefd6ca22d1 (diff) | |
download | bcm5719-llvm-449fa2f3cb51a863699e294bd19f45acdbff55bd.tar.gz bcm5719-llvm-449fa2f3cb51a863699e294bd19f45acdbff55bd.zip |
Update to new lists.llvm.org
llvm-svn: 244007
Diffstat (limited to 'llgo')
-rw-r--r-- | llgo/README.TXT | 2 | ||||
-rw-r--r-- | 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 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 <llvm-commits@cs.uiuc.edu>. +the normal way by sending patches to <llvm-commits@lists.llvm.org>. 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 |