]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: support CALLFUNC as statement
authorMichael Matloob <matloob@google.com>
Wed, 17 Jun 2015 00:58:03 +0000 (17:58 -0700)
committerMichael Matloob <michaelmatloob@gmail.com>
Wed, 17 Jun 2015 03:34:34 +0000 (03:34 +0000)
commit2aabacdb5aa4176f3c2916a096d8ac6934113562
treeaeedb390f569c9842cd2d7cd630de8577f9789d4
parent73054f572940c8d4c905f2ba996a3c6aaeeb28df
[dev.ssa] cmd/compile/internal/gc: support CALLFUNC as statement

I don't have strong understanding of the AST structure, so I'm
not sure if this is the right way to handle function call statements.

Change-Id: Ib526f667ab483b32d9fd17da800b5d6f4b26c4c9
Reviewed-on: https://go-review.googlesource.com/11139
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go