]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove most uses of duintxx
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 21:06:42 +0000 (14:06 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 23:15:00 +0000 (23:15 +0000)
commitbea8ffdbb1ea4147c3f815243554afac90b6bb52
tree9767a01d0b01f293717471fd8fe80fe535dd5215
parenta544df33fd24dc3c093594aafab917621f2c317d
cmd/compile: remove most uses of duintxx

The only remaining uses of duintxx
are in the implementation of duintNN.
I hope to inline those once I figure out why
CL 40864 is broken.

Note that some uses of duintxx with width Widthint
were converted into duintptr.
I did that, since #19954 is officially going to move forward.

Passes toolstash-check.

Change-Id: Id25253b711ea589d0199b51be9a3c18ca1af59ce
Reviewed-on: https://go-review.googlesource.com/41398
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/gc/reflect.go