File tree 2 files changed +3
-3
lines changed
third_party/gotools/go/ssa
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Contributing
71
71
------------
72
72
73
73
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 >.
75
75
76
76
Changes to code in the third_party directory must first be made in the
77
77
respective upstream project, from which they will be mirrored into the llgo
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ package ssa
18
18
// Software Practice and Experience 2001, 4:1-10.
19
19
// http://www.hipersoft.rice.edu/grads/publications/dom14.pdf
20
20
//
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
23
23
// (Be sure to expand the whole thread.)
24
24
25
25
// TODO(adonovan): opt: there are many optimizations worth evaluating, and
You can’t perform that action at this time.
0 commit comments