Update to new lists.llvm.org

llvm-svn: 244007
GitOrigin-RevId: 449fa2f3cb51a863699e294bd19f45acdbff55bd
diff --git a/README.TXT b/README.TXT
index c3e130f..8fc60cb 100644
--- a/README.TXT
+++ b/README.TXT
@@ -71,7 +71,7 @@
 ------------
 
 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/third_party/gotools/go/ssa/lift.go b/third_party/gotools/go/ssa/lift.go
index e7996cc..56abe6d 100644
--- a/third_party/gotools/go/ssa/lift.go
+++ b/third_party/gotools/go/ssa/lift.go
@@ -18,8 +18,8 @@
 // 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