summaryrefslogtreecommitdiffstats
path: root/llgo
diff options
context:
space:
mode:
Diffstat (limited to 'llgo')
-rw-r--r--llgo/README.TXT2
-rw-r--r--llgo/third_party/gotools/go/ssa/lift.go4
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
OpenPOWER on IntegriCloud