]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: don't pass iota value to lowering pass
authorIan Lance Taylor <iant@golang.org>
Fri, 20 Oct 2023 03:03:14 +0000 (20:03 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Jan 2024 01:31:13 +0000 (17:31 -0800)
commit02948ced062b730e2859f718dd46bfcaa3c16c6b
tree80eed676b1357555ed512024cd07ff692c690554
parent7e758890a4c86db790a5f9aef0191eef77047f65
compiler: don't pass iota value to lowering pass

It is no longer used.  The iota value is now handled in the
determine-types pass.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/536644
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/gogo.cc