]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: skip autotmp vars in gc again
authorMatthew Dempsky <mdempsky@google.com>
Tue, 7 Mar 2017 18:57:55 +0000 (10:57 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 7 Mar 2017 19:23:25 +0000 (19:23 +0000)
commit527f3518dac8554161fd0535ab2c35df507062ff
tree3d6904c07d0dcb2a24a68030bf7eab6ff82e5612
parentb1a4424a52687e5abca29cd795c5701b5639a52f
cmd/compile/internal/gc: skip autotmp vars in gc again

Instead of skipping them based on string matching much later in the
compilation process, skip them up front using the proper API.

Passes toolstash-check.

Change-Id: Ibd4c0448a0701ba0de3235d4689ef300235fa1d9
Reviewed-on: https://go-review.googlesource.com/37930
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/pgen.go
src/cmd/internal/dwarf/dwarf.go