mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 13:12:09 +00:00
Update to new lists.llvm.org
llvm-svn: 244007
This commit is contained in:
parent
0b2f37871d
commit
449fa2f3cb
@ -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
|
||||
|
4
llgo/third_party/gotools/go/ssa/lift.go
vendored
4
llgo/third_party/gotools/go/ssa/lift.go
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user