]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify as2 method of *Order
authorMartin Möhrmann <moehrmann@google.com>
Sun, 21 Jan 2018 12:02:27 +0000 (13:02 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 15 Oct 2018 07:34:56 +0000 (07:34 +0000)
commitd6e80069f3007d5bc03750f0a83e213bbac8c86e
treea9b9042693798facfe1e74314c5e82a7f6914e98
parent9322b53396dc8aeb8bdfa825beb4d89f33216d93
cmd/compile: simplify as2 method of *Order

Merge the two for loops that set up the node lists for
temporaries into one for loop.

Passes toolstash -cmp

Change-Id: Ibc739115f38c8869b0dcfbf9819fdc2fc96962e0
Reviewed-on: https://go-review.googlesource.com/c/141819
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/order.go