commit | 068f01709207fc87c62be6817e429a33c4dd34f9 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Tue Oct 08 12:31:39 2013 -0400 |
committer | Alan Donovan <adonovan@google.com> | Tue Oct 08 12:31:39 2013 -0400 |
tree | dbbf2a557ee88ed326277842befccbe217601bad | |
parent | 8ae5d36d2aa529fc2c3706f23cb6c15c61d0b22f [diff] [blame] |
go.tools/ssa: s/Ret/Return/g R=gri CC=golang-dev https://golang.org/cl/14526044
diff --git a/pointer/gen.go b/pointer/gen.go index b4c19e2..154cde6 100644 --- a/pointer/gen.go +++ b/pointer/gen.go
@@ -989,7 +989,7 @@ } } - case *ssa.Ret: + case *ssa.Return: results := a.funcResults(cgn.obj) for _, r := range instr.Results { sz := a.sizeof(r.Type())