]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: teach Haspointer about TSSA and TTUPLE
authorAustin Clements <austin@google.com>
Mon, 2 Oct 2017 21:37:19 +0000 (17:37 -0400)
committerAustin Clements <austin@google.com>
Fri, 20 Apr 2018 19:10:00 +0000 (19:10 +0000)
commit568d6f983172706d2f5f7f66024b7b7a544ada53
treebb0e0247d3b7474b09631b2d25deda7be5220c25
parent8871c930bead174b942ce934677054f8958d0631
cmd/compile: teach Haspointer about TSSA and TTUPLE

These will appear when tracking live pointers in registers, so we need
to know whether they have pointers.

For #24543.

Change-Id: I2edccee39ca989473db4b3e7875ff166808ac141
Reviewed-on: https://go-review.googlesource.com/108497
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/types/type.go