]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: document non-commutative rule detection
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 21 Jan 2020 03:42:11 +0000 (19:42 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 20 Feb 2020 22:33:07 +0000 (22:33 +0000)
commit2dfdd85c4f3a5ca1b127644e8c7c6b2ba5a89bca
treed9b32d83272e3fd6d02fb3f19cc06ac836183aa7
parentb28a07e75fc598d9b65c2049fae03caf3efc368e
cmd/compile: document non-commutative rule detection

This documentation was lost in CL 213703.
This change restores it.

Change-Id: I544f15771d8a7390893efbda93478b46095ccf3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/215541
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/rulegen.go