Update to new lists.llvm.org

llvm-svn: 244007
This commit is contained in:
Tanya Lattner 2015-08-05 04:03:05 +00:00
parent 0b2f37871d
commit 449fa2f3cb
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ Contributing
------------ ------------
Changes to code outside the third_party directory should be contributed in 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 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 respective upstream project, from which they will be mirrored into the llgo

View File

@ -18,8 +18,8 @@ package ssa
// Software Practice and Experience 2001, 4:1-10. // Software Practice and Experience 2001, 4:1-10.
// http://www.hipersoft.rice.edu/grads/publications/dom14.pdf // http://www.hipersoft.rice.edu/grads/publications/dom14.pdf
// //
// Daniel Berlin, llvmdev mailing list, 2012. // Daniel Berlin, llvm-dev mailing list, 2012.
// http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046638.html // http://lists.llvm.org/pipermail/llvm-dev/2012-January/046638.html
// (Be sure to expand the whole thread.) // (Be sure to expand the whole thread.)
// TODO(adonovan): opt: there are many optimizations worth evaluating, and // TODO(adonovan): opt: there are many optimizations worth evaluating, and