]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify state.addr
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 17 Apr 2020 19:40:57 +0000 (12:40 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 20 Apr 2020 16:38:31 +0000 (16:38 +0000)
commit4e550bdacdeb2e6992d05a41373ec8f031535832
treeb734386c8146cc9444209617b8c8090fa6b9f21c
parente8518731be26f92f4f94c383b5cd7e02b47fcdb1
cmd/compile: simplify state.addr

OADDR nodes can't be bounded.
All calls to state.addr thus pass false.
Remove the argument.

Passes toolstash-check.

Change-Id: I9a3fcf37f63b2b5094e043d39ab3b857b5090e91
Reviewed-on: https://go-review.googlesource.com/c/go/+/228788
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/ssa.go