mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: regenerate builtin.go
Following a recent change, file builtin.go is not up-to-date. Generate it again by running go generate. Fixes #13203 Change-Id: Ib91c5ccc93665c043da95c7d3783ce5d94e48466 Reviewed-on: https://go-review.googlesource.com/16821 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
3a96bf0d80
commit
0624fd3f14
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ package gc
|
||||||
|
|
||||||
const runtimeimport = "" +
|
const runtimeimport = "" +
|
||||||
"package runtime\n" +
|
"package runtime\n" +
|
||||||
"import runtime \"runtime\"\n" +
|
|
||||||
"func @\"\".newobject (@\"\".typ·2 *byte) (? *any)\n" +
|
"func @\"\".newobject (@\"\".typ·2 *byte) (? *any)\n" +
|
||||||
"func @\"\".panicindex ()\n" +
|
"func @\"\".panicindex ()\n" +
|
||||||
"func @\"\".panicslice ()\n" +
|
"func @\"\".panicslice ()\n" +
|
||||||
|
|
@ -162,7 +161,6 @@ const runtimeimport = "" +
|
||||||
|
|
||||||
const unsafeimport = "" +
|
const unsafeimport = "" +
|
||||||
"package unsafe\n" +
|
"package unsafe\n" +
|
||||||
"import runtime \"runtime\"\n" +
|
|
||||||
"type @\"\".Pointer uintptr\n" +
|
"type @\"\".Pointer uintptr\n" +
|
||||||
"func @\"\".Offsetof (? any) (? uintptr)\n" +
|
"func @\"\".Offsetof (? any) (? uintptr)\n" +
|
||||||
"func @\"\".Sizeof (? any) (? uintptr)\n" +
|
"func @\"\".Sizeof (? any) (? uintptr)\n" +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue