]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update error messages in Mpint, Mpflt methods
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 30 Sep 2016 09:27:52 +0000 (11:27 +0200)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 30 Sep 2016 17:32:39 +0000 (17:32 +0000)
commit01661612e433deadec99229c6075baa4174ac743
tree5599a70ee5d952d2d1d8e481989c906172183f0a
parent962dc4b44d5260e72dad8d636cb09bcf7f4aa6bb
cmd/compile: update error messages in Mpint, Mpflt methods

CL 20909 gave Mpint methods nice go-like names, but it
didn't update the names in the error strings. Fix them.

Same for a couple of Mpflt methods.

Change-Id: I9c99653d4b922e32fd5ba18aba768a589a4c7869
Reviewed-on: https://go-review.googlesource.com/30091
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/mpfloat.go
src/cmd/compile/internal/gc/mpint.go