cmd/compile/internal/ssa: cleanup godocs

Add a blank line before the "package ssa" lines so the "autogenerated
don't edit" comments don't end up in godoc output.

Change-Id: I82bf90d52d426ce1a8e21483fc8f47b3689259c7
Reviewed-on: https://go-review.googlesource.com/20086
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Matthew Dempsky 2016-03-01 10:58:06 -08:00 committed by Keith Randall
parent e197f467d5
commit 9ace455e78
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
// autogenerated from gen/generic.rules: do not edit!
// generated with: cd gen; go run *.go
package ssa
import "math"