]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use nodl in zeroResults
authorTobias Klauser <tklauser@distanz.ch>
Tue, 13 Mar 2018 12:01:36 +0000 (13:01 +0100)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 8 May 2018 14:38:55 +0000 (14:38 +0000)
commit6428c892c04831fda8529973b7031caf60768866
treec815cce2ff8bdfd66dd3fe17f57bfabfae0f8f87
parentb00f72e08a574297827d27779cb3aabf3b49524c
cmd/compile: use nodl in zeroResults

Use nodl instead of nod to avoid setting and resetting lineo.

Passes toolstash-check.

Updates #19683

Change-Id: I6a47a7ba43a11352767029eced29f08dff8501a2
Reviewed-on: https://go-review.googlesource.com/100335
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/walk.go