mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove some double spaces from comments
Went mainly for the ones that make no sense, such as the ones mid-sentence or after commas. Change-Id: Ie245d2c19cc7428a06295635cf6a9482ade25ff0 Reviewed-on: https://go-review.googlesource.com/57293 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
bad6b6fa91
commit
99da8730b0
26 changed files with 32 additions and 32 deletions
|
|
@ -884,7 +884,7 @@ func (s *regAllocState) regalloc(f *Func) {
|
|||
// Decide on registers for phi ops. Use the registers determined
|
||||
// by the primary predecessor if we can.
|
||||
// TODO: pick best of (already processed) predecessors?
|
||||
// Majority vote? Deepest nesting level?
|
||||
// Majority vote? Deepest nesting level?
|
||||
phiRegs = phiRegs[:0]
|
||||
var phiUsed regMask
|
||||
for _, v := range phis {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue