diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-21 22:21:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-21 22:21:40 +0000 |
commit | f4e7200b1df3dde7d2d9cec8861c6567356db40f (patch) | |
tree | 0228f7d9bd47636d53adb5a8e0cc2ec7f110184a /gcc | |
parent | 0514cb33749fefd2542e7294a35d0ef0ccae30b3 (diff) | |
download | gcc-f4e7200b1df3dde7d2d9cec8861c6567356db40f.zip gcc-f4e7200b1df3dde7d2d9cec8861c6567356db40f.tar.gz gcc-f4e7200b1df3dde7d2d9cec8861c6567356db40f.tar.bz2 |
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
From-SVN: r272578
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 252e9b1..13e366a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5bca69ab3b41df535193474baecc3a8a4c0b3dbe +fdf0af774aabb31ba8a62f358b7b40dfe8b35da9 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |