]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add documentation for isfat
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 19 Sep 2019 15:07:00 +0000 (17:07 +0200)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 25 Sep 2019 03:53:20 +0000 (03:53 +0000)
commitcaf45cde1873360d326af974575bd254b8011901
treec2fd43fd024f070023573084f8951c10985d8701
parent5477623031a3f2d1384a74d0cf6b47eb9f8275ff
cmd/compile: add documentation for isfat

In CL 192980, I tend to think that canSSAType can be used as replacement
for isfat. It is not the truth as @khr points me out that isfat has very
different purpose.

So this CL adds documentation for isfat, also remove outdated TODO.

Change-Id: I15954d638759bd9f6b28a6aa04c1a51129d9ae7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/196499
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/plive.go