Skip to content

Commit 449fa2f

Browse files
committed
Update to new lists.llvm.org
llvm-svn: 244007
1 parent 0b2f378 commit 449fa2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llgo/README.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Contributing
7171
------------
7272

7373
Changes to code outside the third_party directory should be contributed in
74-
the normal way by sending patches to <llvm-commits@cs.uiuc.edu>.
74+
the normal way by sending patches to <llvm-commits@lists.llvm.org>.
7575

7676
Changes to code in the third_party directory must first be made in the
7777
respective upstream project, from which they will be mirrored into the llgo

llgo/third_party/gotools/go/ssa/lift.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ package ssa
1818
// Software Practice and Experience 2001, 4:1-10.
1919
// http://www.hipersoft.rice.edu/grads/publications/dom14.pdf
2020
//
21-
// Daniel Berlin, llvmdev mailing list, 2012.
22-
// http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046638.html
21+
// Daniel Berlin, llvm-dev mailing list, 2012.
22+
// http://lists.llvm.org/pipermail/llvm-dev/2012-January/046638.html
2323
// (Be sure to expand the whole thread.)
2424

2525
// TODO(adonovan): opt: there are many optimizations worth evaluating, and

0 commit comments

Comments
 (0)