]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: accept TYPE_MEM in CMPPS 3rd argument
authorRuss Cox <rsc@golang.org>
Thu, 5 Mar 2015 04:54:13 +0000 (23:54 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 5 Mar 2015 04:59:35 +0000 (04:59 +0000)
commit59584ede73897f991c1e687848a827af53e2c99d
tree372ab6704d1d0866b7ec966d5530910c895f0a4a
parenta0ac493852e22408114d530105ffe89dc7dba98b
cmd/internal/obj/x86: accept TYPE_MEM in CMPPS 3rd argument

(Because that's what the assembly files actually say - no $ on the constant.)

Change-Id: Idb774cdca0e089c4ac24ab665e23290bf7b565bf
Reviewed-on: https://go-review.googlesource.com/6895
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/obj/x86/obj6.go
src/cmd/old6a/a.y
src/cmd/old6a/y.go