compiler: remove escapes_ field from Variable and Result_variable
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 28 Dec 2018 21:10:33 +0000 (21:10 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 28 Dec 2018 21:10:33 +0000 (21:10 +0000)
commit03f0fa9538a68a9e192a7e157b333b54eb72d5c8
tree6446f7d0eab8fb74381d97f3fb560a759e75fa9f
parent3a03bffd4873ae4efa21c360cc6d147fee7365a7
compiler: remove escapes_ field from Variable and Result_variable

    The fields were set to true initially and never set to false.
    These were left over from an earlier attempt at escape analysis.

    Reviewed-on: https://go-review.googlesource.com/c/155750

From-SVN: r267455
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h