diff options
author | Cherry Zhang <cherryyz@google.com> | 2019-05-08 17:40:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-08 17:40:45 +0000 |
commit | fbe4e644c0c8f1303ec91a25b8da6e626976500c (patch) | |
tree | 87a1cfc98677c590f437af9209a3c78b34b5e9ef /gcc/go/gofrontend | |
parent | 5345ac5a110a5fcafaa9bdf3116b8252de2d96c6 (diff) | |
download | gcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.zip gcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.tar.gz gcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.tar.bz2 |
runtime: use builtin memmove directly
We can use the intrinsic memmove directly, without going through
C.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/170004
* go-gcc.cc (Gcc_backend::Gcc_backend): Define memmove builtin.
From-SVN: r271016
Diffstat (limited to 'gcc/go/gofrontend')
-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 9a80682..c7caf1e 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0b4cf8ded107ccbfbd4af7f4e056f23f941d0f86 +3a9bccfbf4af1c756978c40967838d9f6a4e7a62 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |