]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: regenerate builtin.go
authorDidier Spezia <didier.06@gmail.com>
Wed, 11 Nov 2015 11:00:56 +0000 (11:00 +0000)
committerIan Lance Taylor <iant@golang.org>
Sat, 14 Nov 2015 22:17:20 +0000 (22:17 +0000)
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>
src/cmd/compile/internal/gc/builtin.go

index 5b2ddbdfe3c0cc69473d969c40d74407964074cd..f1d2ac957ff6c2fac5956733f5459c93c6f1b0c7 100644 (file)
@@ -4,7 +4,6 @@ package gc
 
 const runtimeimport = "" +
        "package runtime\n" +
-       "import runtime \"runtime\"\n" +
        "func @\"\".newobject (@\"\".typ·2 *byte) (? *any)\n" +
        "func @\"\".panicindex ()\n" +
        "func @\"\".panicslice ()\n" +
@@ -162,7 +161,6 @@ const runtimeimport = "" +
 
 const unsafeimport = "" +
        "package unsafe\n" +
-       "import runtime \"runtime\"\n" +
        "type @\"\".Pointer uintptr\n" +
        "func @\"\".Offsetof (? any) (? uintptr)\n" +
        "func @\"\".Sizeof (? any) (? uintptr)\n" +