]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/index.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / index.go
index a8c471bb3bf647ee49203232894dc3f8c079ef2d..91195ad632bea77a97f4f69457b89e74c4eea7e5 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// Copyright 2010 The Go Authors.  All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
@@ -216,7 +216,7 @@ func main() {
                thisPass := 0
                if c == "c" && (a == "a" || a == "pa" || n == "n" || i == "i64big" || i == "i64bigger" || i == "huge" || i == "fbad") {
                        if i == "huge" {
-                               // Due to a detail of 6g's internals,
+                               // Due to a detail of gc's internals,
                                // the huge constant errors happen in an
                                // earlier pass than the others and inhibits
                                // the next pass from running.
@@ -251,7 +251,7 @@ func main() {
                if c == "" && (i == "fgood" || i == "fbad") {
                        return
                }
-               // Integral float constat is ok.
+               // Integral float constant is ok.
                if c == "c" && n == "" && i == "fgood" {
                        if pass == 0 {
                                fmt.Fprintf(b, "\tuse(%s[%s])\n", pae, cni)