]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5g, etc: remove outdated float type alias comment
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 13 Apr 2015 23:04:02 +0000 (18:04 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Apr 2015 04:41:20 +0000 (04:41 +0000)
Change-Id: Ie5fe5cf3e2926ba4f91271bd47f3f998c26e003e
Reviewed-on: https://go-review.googlesource.com/8914
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/5g/galign.go
src/cmd/6g/galign.go
src/cmd/7g/galign.go
src/cmd/8g/galign.go
src/cmd/9g/galign.go

index 0a6c6552bfc45e607395e33ae9e996669de9e40f..51c6e1e45af9ea625fc2e4ffef846da41b0c58c2 100644 (file)
@@ -23,7 +23,7 @@ var MAXWIDTH int64 = (1 << 32) - 1
 
 /*
  * go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
  */
 var typedefs = []gc.Typedef{
        gc.Typedef{"int", gc.TINT, gc.TINT32},
@@ -35,7 +35,6 @@ func betypeinit() {
        gc.Widthptr = 4
        gc.Widthint = 4
        gc.Widthreg = 4
-
 }
 
 func main() {
index fb31710a148c3d4376df8b214291912bb71725a0..8ba8dd434eb3a2c76495901e3abf4276f323c797 100644 (file)
@@ -37,7 +37,7 @@ var cmpptr int = x86.ACMPQ
 
 /*
  * go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
  */
 var typedefs = []gc.Typedef{
        gc.Typedef{"int", gc.TINT, gc.TINT64},
index 36b54aa93516573cbcbd60a43b440911044be4a4..c21cb67fab892fb543fc9cb501e908451e615ab3 100644 (file)
@@ -23,7 +23,7 @@ var MAXWIDTH int64 = 1 << 50
 
 /*
  * go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
  */
 var typedefs = []gc.Typedef{
        gc.Typedef{"int", gc.TINT, gc.TINT64},
index 2a8e0b7aa991d086a665f5ce98ecb3dfe1dbda9a..36328dc0022aa6b9bfa3121686631e2e0f070798 100644 (file)
@@ -23,7 +23,7 @@ var MAXWIDTH int64 = (1 << 32) - 1
 
 /*
  * go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
  */
 var typedefs = []gc.Typedef{
        gc.Typedef{"int", gc.TINT, gc.TINT32},
@@ -35,7 +35,6 @@ func betypeinit() {
        gc.Widthptr = 4
        gc.Widthint = 4
        gc.Widthreg = 4
-
 }
 
 func main() {
index 68eab5852cc42dddc1a0cae16e6a9536a0140a11..4aa84f8b627baeee06603f00f505f3e7c8fb94a0 100644 (file)
@@ -31,7 +31,7 @@ var MAXWIDTH int64 = 1 << 50
 
 /*
  * go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
  */
 var typedefs = []gc.Typedef{
        gc.Typedef{"int", gc.TINT, gc.TINT64},
@@ -43,7 +43,6 @@ func betypeinit() {
        gc.Widthptr = 8
        gc.Widthint = 8
        gc.Widthreg = 8
-
 }
 
 func main() {