• Daniel Martí's avatar
    cmd/compile: simplify some declarations · 270a789c
    Daniel Martí authored
    Reduce the scope of some. Also remove vars that were simply the index or
    the value in a range statement. While at it, remove a var that was
    exactly the length of a slice.
    
    Also replaced 'bad' with a more clear 'errored' of type bool, and
    renamed a single-char name with a comment to a name that is
    self-explanatory.
    
    And removed a few unnecessary Index calls within loops.
    
    Passes toolstash -cmp on std cmd.
    
    Change-Id: I26eee5f04e8f7e5418e43e25dca34f89cca5c80a
    Reviewed-on: https://go-review.googlesource.com/70930
    Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
    Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
    270a789c
order.go 36.2 KB