diff options
| author | Daniel Martí <mvdan@mvdan.cc> | 2017-08-19 22:33:51 +0200 |
|---|---|---|
| committer | Daniel Martí <mvdan@mvdan.cc> | 2017-08-26 15:09:09 +0000 |
| commit | 99da8730b0b95da2c366135c8dc95dcfaf9c3715 (patch) | |
| tree | 49b26739802e280ecddd0a18f586222adbba5410 /src/cmd/asm | |
| parent | bad6b6fa9190e9079a6d6958859856a66f0fab87 (diff) | |
| download | go-99da8730b0b95da2c366135c8dc95dcfaf9c3715.tar.xz | |
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>
Diffstat (limited to 'src/cmd/asm')
| -rw-r--r-- | src/cmd/asm/internal/asm/asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/asm/internal/asm/asm.go b/src/cmd/asm/internal/asm/asm.go index 7e9e59daf4..24aa0537ca 100644 --- a/src/cmd/asm/internal/asm/asm.go +++ b/src/cmd/asm/internal/asm/asm.go @@ -666,7 +666,7 @@ func (p *Parser) asmInstruction(op obj.As, cond string, a []obj.Addr) { } } if p.arch.Family == sys.AMD64 { - // 4 operand instruction have form ymm1, ymm2, ymm3/m256, imm8 + // 4 operand instruction have form ymm1, ymm2, ymm3/m256, imm8 // So From3 is always just a register, so we store imm8 in Offset field, // to avoid increasing size of Prog. prog.From = a[1] |
