]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: inline and remove eqtype
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Jun 2019 22:21:40 +0000 (22:21 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Jun 2019 22:21:40 +0000 (22:21 +0000)
commitea27676a6c9ffa635bcf42e033caa75d9d6f5185
tree0228f7d9bd47636d53adb5a8e0cc2ec7f110184a
parentff736f1199f1323cb64deefb96c59a856a8b6ec3
runtime: inline and remove eqtype

    Now that type equality is just a pointer equality, write it
    inlined and remove the eqtype function.

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/182978

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272578 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/runtime/alg.go
libgo/go/runtime/iface.go
libgo/go/runtime/type.go