summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go')
-rw-r--r--llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go b/llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
index 617d7489a6a..b453f21aa43 100644
--- a/llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
+++ b/llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
@@ -21,4 +21,4 @@ func Equal(a, b []byte) bool // ../runtime/asm_$GOARCH.s
// Compare returns an integer comparing two byte slices lexicographically.
// The result will be 0 if a==b, -1 if a < b, and +1 if a > b.
// A nil argument is equivalent to an empty slice.
-func Compare(a, b []byte) int // ../runtime/noasm_arm.goc or ../runtime/asm_{386,amd64}.s
+func Compare(a, b []byte) int // ../runtime/noasm.go or ../runtime/asm_{386,amd64}.s
OpenPOWER on IntegriCloud